Uses of Class gnu.expr.ModuleInfo

Uses in package gnu.expr

Fields of type gnu.expr.ModuleInfo

ModuleInfo

Methods with parameter type gnu.expr.ModuleInfo

void
void
Object
Object
If there is no instance of the argument's class, allocated one.
Object
Allocate a new instance of the class corresponding to the argument.
Compilation
Language.parse(InPort port, SourceMessages messages, ModuleInfo info)
Compilation
Language.parse(Lexer lexer, int options, ModuleInfo info)
void
void
ModuleContext.setInstance(ModuleInfo info, Object instance)

Methods with return type gnu.expr.ModuleInfo

ModuleInfo
ModuleInfo.find(String className)
ModuleInfo
ModuleInfo
ModuleInfo
ModuleInfo
ModuleInfo.findFromInstance(Object instance)
ModuleInfo
ModuleManager.findWithClassName(String className)
ModuleInfo
ModuleManager.findWithSourcePath(String sourcePath)
ModuleInfo
ModuleManager.findWithSourcePath(Path sourceAbsPath, String sourcePath)
ModuleInfo
ModuleInfo
ModuleInfo
Next element in list head by ModuleManager.modules.
ModuleInfo

Uses in package kawa.standard

Methods with parameter type gnu.expr.ModuleInfo

boolean
require.importDefinitions(String className, ModuleInfo info, String uri, Vector forms, ScopeExp defs, Compilation tr)
Import a module with a known source path.

Methods with return type gnu.expr.ModuleInfo

ModuleInfo
require.lookupModuleFromSourcePath(String sourceName, ScopeExp defs)