Uses of Class
gnu.expr.ModuleInfo
-
Packages that use ModuleInfo Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages.kawa.standard -
-
Uses of ModuleInfo in gnu.expr
Fields in gnu.expr with type parameters of type ModuleInfo Modifier and Type Field Description Map<String,ModuleInfo>Compilation. subModuleMapMethods in gnu.expr that return ModuleInfo Modifier and Type Method Description ModuleInfoModuleManager. createWithClassName(String className)static ModuleInfoModuleInfo. find(ClassType type)ModuleInfoModuleManager. find(Compilation comp)ModuleInfoModuleContext. findFromInstance(Object instance)static ModuleInfoModuleInfo. findFromInstance(Object instance)static ModuleInfoModuleManager. findWithClass(Class clas)static ModuleInfoModuleInfo. findWithClassName(String className)ModuleInfoModuleManager. findWithClassName(String className)ModuleInfoModuleManager. findWithSourcePath(gnu.kawa.io.Path sourceAbsPath, String sourcePath)ModuleInfoModuleManager. findWithSourcePath(String sourcePath)ModuleInfoModuleManager. findWithURL(URL url)ModuleInfoCompilation. getMinfo()ModuleInfoModuleExp. getMinfo()ModuleInfoModuleManager. getModule(int index)ModuleInfoModuleManager. searchWithClassName(String className)Methods in gnu.expr with parameters of type ModuleInfo Modifier and Type Method Description voidModuleInfo. addDependency(ModuleInfo dep)ObjectModuleContext. findInstance(ModuleInfo info)If there is no instance of the argument's class, allocate one.CompilationLanguage. getCompilation(Lexer lexer, int options, ModuleInfo info)CompilationLanguage. parse(gnu.kawa.io.InPort port, SourceMessages messages, int options, ModuleInfo info)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 ModuleInfo Modifier and Type Method Description static ModuleInforequire. lookupModuleFromSourcePath(String sourceName, ScopeExp defs)Methods in kawa.standard with parameters of type ModuleInfo Modifier and Type Method Description static booleanrequire. importDefinitions(String className, ModuleInfo info, require.DeclSetMapper mapper, Translator.FormStack forms, ScopeExp defs, Compilation tr)Import a module with a known source path.
-