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 ModuleInfo
ModuleManager.find
(Compilation comp) ModuleContext.findFromInstance
(Object instance) static ModuleInfo
ModuleInfo.findFromInstance
(Object instance) static ModuleInfo
ModuleManager.findWithClass
(Class clas) static ModuleInfo
ModuleInfo.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 TypeMethodDescriptionvoid
ModuleInfo.addDependency
(ModuleInfo dep) ModuleContext.findInstance
(ModuleInfo info) If there is no instance of the argument's class, allocate one.final Compilation
Language.getCompilation
(Lexer lexer, int options, ModuleInfo info) final Compilation
Language.parse
(gnu.kawa.io.InPort port, SourceMessages messages, int options, ModuleInfo info) final Compilation
Language.parse
(Lexer lexer, int options, ModuleInfo info) void
Compilation.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 ModuleInfo
require.lookupModuleFromSourcePath
(String sourceName, ScopeExp defs) Methods in kawa.standard with parameters of type ModuleInfoModifier and TypeMethodDescriptionstatic boolean
require.importDefinitions
(String className, ModuleInfo info, require.DeclSetMapper mapper, Translator.FormStack forms, ScopeExp defs, Compilation tr) Import a module with a known source path.