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 TypeMethodDescriptionvoid
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.DeclSetMapperModifier and TypeMethodDescriptionstatic 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.