Uses of Class
gnu.expr.ModuleInfo
Packages that use ModuleInfo
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.-
Uses of ModuleInfo in gnu.expr
Fields in gnu.expr with type parameters of type ModuleInfoMethods in gnu.expr that return ModuleInfoModifier and TypeMethodDescriptionModuleManager.createWithClassName(String className) static ModuleInfoModuleManager.find(Compilation comp) ModuleContext.findFromInstance(Object instance) static ModuleInfoModuleInfo.findFromInstance(Object instance) static ModuleInfoModuleManager.findWithClass(Class clas) static ModuleInfoModuleInfo.findWithClassName(String className) ModuleManager.findWithClassName(String className) ModuleManager.findWithSourcePath(gnu.kawa.io.Path sourceAbsPath, String sourcePath) ModuleManager.findWithSourcePath(String sourcePath) ModuleManager.findWithURL(URL url) Compilation.getMinfo()ModuleExp.getMinfo()ModuleManager.getModule(int index) ModuleManager.searchWithClassName(String className) Methods in gnu.expr with parameters of type ModuleInfoModifier and TypeMethodDescriptionvoidModuleInfo.addDependency(ModuleInfo dep) ModuleContext.findInstance(ModuleInfo info) If there is no instance of the argument's class, allocate one.final CompilationLanguage.getCompilation(Lexer lexer, int options, ModuleInfo info) final CompilationLanguage.parse(gnu.kawa.io.InPort port, SourceMessages messages, int options, ModuleInfo info) final CompilationLanguage.parse(Lexer lexer, int options, ModuleInfo info) voidCompilation.pushPendingImport(ModuleInfo info, ScopeExp defs, Translator.FormStack forms, require.DeclSetMapper mapper) -
Uses of ModuleInfo in kawa.standard
Methods in kawa.standard that return ModuleInfoModifier and TypeMethodDescriptionstatic ModuleInforequire.lookupModuleFromSourcePath(String sourceName, ScopeExp defs) Methods in kawa.standard with parameters of type ModuleInfoModifier and TypeMethodDescriptionstatic booleanrequire.importDefinitions(String className, ModuleInfo info, require.DeclSetMapper mapper, Translator.FormStack forms, ScopeExp defs, Compilation tr) Import a module with a known source path.