next node: ReflectionInspect,
prev node: MethodImplement,
up to node: User Subsystem : Reflections


ReflectionLookup

Lookup Interface

Signature of ReflectionLookup

List of Import References :
See Cache
See Reflection

SIGNATURE ReflectionLookup

IMPORT Cache[name, <, value] ONLY cache : SORT
       Reflection ONLY name : SORT value : SORT
                       < : name ** name -> bool

A name representing a value defined in some structure that is available at runtime can be bound, yielding a reflection of that value. If there is compiled code associated with the value, it will be dynamically linked with the running program.

FUN bind : name -> value


next node: ReflectionInspect,
prev node: MethodImplement,
up to node: User Subsystem : Reflections