Uses of Interface
kawa.standard.require.DeclSetMapper
-
Packages that use require.DeclSetMapper Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.kawa.standard -
-
Uses of require.DeclSetMapper in gnu.expr
Methods in gnu.expr with parameters of type require.DeclSetMapper Modifier and Type Method Description void
Compilation. pushPendingImport(ModuleInfo info, ScopeExp defs, Translator.FormStack forms, require.DeclSetMapper mapper)
-
Uses of require.DeclSetMapper in kawa.standard
Methods in kawa.standard with parameters of type require.DeclSetMapper Modifier and Type Method Description static boolean
ImportFromLibrary. handleImport(String implicitSource, String explicitSource, String requestedClass, ScopeExp defs, Translator tr, require.DeclSetMapper mapper)
Do the actual work of importing a module.static 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.
-