Uses of Interface
kawa.standard.require.DeclSetMapper
Packages that use require.DeclSetMapper
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.-
Uses of require.DeclSetMapper in gnu.expr
Methods in gnu.expr with parameters of type require.DeclSetMapperModifier and TypeMethodDescriptionvoidCompilation.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.DeclSetMapperModifier and TypeMethodDescriptionstatic booleanImportFromLibrary.handleImport(String implicitSource, String explicitSource, String requestedClass, ScopeExp defs, Translator tr, require.DeclSetMapper mapper) Do the actual work of importing a module.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.