Uses of Class
gnu.expr.ModuleInfo

Packages that use ModuleInfo
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
kawa.standard   
 

Uses of ModuleInfo in gnu.expr
 

Fields in gnu.expr declared as ModuleInfo
 ModuleInfo Compilation.minfo
           
 

Methods in gnu.expr that return ModuleInfo
 ModuleInfo ModuleManager.find(Compilation comp)
           
static ModuleInfo ModuleInfo.find(java.lang.String className)
           
static ModuleInfo ModuleInfo.find(Type type)
           
 ModuleInfo ModuleContext.findFromInstance(java.lang.Object instance)
           
static ModuleInfo ModuleInfo.findFromInstance(java.lang.Object instance)
           
 ModuleInfo ModuleManager.findWithClassName(java.lang.String className)
           
 ModuleInfo ModuleManager.findWithSourcePath(Path sourceAbsPath, java.lang.String sourcePath)
           
 ModuleInfo ModuleManager.findWithSourcePath(java.lang.String sourcePath)
           
 ModuleInfo ModuleManager.findWithURL(java.net.URL url)
           
 ModuleInfo ModuleManager.firstModule()
           
 ModuleInfo ModuleInfo.nextModule()
          Next element in list head by ModuleManager.modules.
 ModuleInfo ModuleManager.searchWithClassName(java.lang.String className)
           
 

Methods in gnu.expr with parameters of type ModuleInfo
 void ModuleManager.add(ModuleInfo info)
           
 void ModuleInfo.addDependency(ModuleInfo dep)
           
 java.lang.Object ModuleContext.checkInstance(ModuleInfo info)
           
 java.lang.Object ModuleContext.findInstance(ModuleInfo info)
          If there is no instance of the argument's class, allocated one.
 java.lang.Object ModuleContext.makeInstance(ModuleInfo info)
          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 Compilation.pushPendingImport(ModuleInfo info, ScopeExp defs)
           
 void ModuleContext.setInstance(ModuleInfo info, java.lang.Object instance)
           
 

Uses of ModuleInfo in kawa.standard
 

Methods in kawa.standard that return ModuleInfo
static ModuleInfo require.lookupModuleFromSourcePath(java.lang.String sourceName, ScopeExp defs)
           
 

Methods in kawa.standard with parameters of type ModuleInfo
static boolean require.importDefinitions(java.lang.String className, ModuleInfo info, java.lang.String uri, java.util.Vector forms, ScopeExp defs, Compilation tr)
          Import a module with a known source path.