sisc.data
Interface NamedValue

All Known Implementing Classes:
Annotations.Complex, Annotations.Index, Annotations.Simple, BinaryIO, BinaryIO.Index, Buffer, BufferIO, BufferIO.Index, Closure, CommonIndexedProcedure, Conversion, Conversion.Index, CustomBinaryInputPort, CustomBinaryOutputPort, CustomCharacterInputPort, CustomCharacterOutputPort, CustomIO, CustomIO.Index, Debugging, Debugging.Index, DelegatingSymEnv, FileManipulation.Complex, FileManipulation.Index, FileManipulation.Simple, FixableProcedure, IndexedFixableProcedure, IndexedLibraryAdapter, IndexedProcedure, IO, IO.Index, LibraryAE, Logical, Logical.Index, MemorySymEnv, NativeLibrary, NativeModuleTemplate.Complex, NativeModuleTemplate.Index, NativeModuleTemplate.Simple, NativeProcedure, Networking, Networking.Index, Operation, Operation.Index, OptionalPrimitives.Complex, OptionalPrimitives.Index, OptionalPrimitives.Simple, Primitives, Primitives.Complex, Primitives.Complex, Primitives.Complex, Primitives.Index, Primitives.Index, Primitives.Index, Primitives.Simple, Primitives.Simple, Primitives.Simple, R5RS, Reflection, Reflection.Complex, Reflection.Index, Reflection.Simple, REPL.SchemeSocketThread, SchemeBinaryInputPort, SchemeBinaryOutputPort, SchemeCharacterInputPort, SchemeCharacterOutputPort, SchemeThread, SerialIO, SerialIO.Index, StringIO, StringIO.Index, Syntax, Threads.Complex, Threads.CondVar, Threads.Index, Threads.Mutex, Threads.Simple, Types, Types.Index, Util

public interface NamedValue


Method Summary
 Symbol getName()
          Retrieves the name of a named object, or null if the object has not yet been given a name
 void setName(Symbol s)
          Sets the 'name annotation of a Named object.
 

Method Detail

setName

void setName(Symbol s)
Sets the 'name annotation of a Named object.


getName

Symbol getName()
Retrieves the name of a named object, or null if the object has not yet been given a name