next node: ReflectionBuild,
prev node: MethodEnv,
up to node: User Subsystem : Reflections


ReflectionRepository

Signature of ReflectionRepository

List of Import References :
See Cache

SIGNATURE ReflectionRepository

IMPORT Cache[denotation, <, option[interOpal]] ONLY cache : SORT
       Denotation ONLY <
       InterOpal ONLY interOpal : SORT
       Option[interOpal] ONLY option

This cache provides fast access to interOpal files. Each structure will only be loaded once per program runtime. A value of nil is returned if the interOpal file could not be loaded.

FUN interOpalRepository : cache


next node: ReflectionBuild,
prev node: MethodEnv,
up to node: User Subsystem : Reflections