| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| kawa.lang | |
| kawa.standard |
| Modifier and Type | Method and Description |
|---|---|
void |
Compilation.pushPendingImport(ModuleInfo info,
ScopeExp defs,
Translator.FormStack forms) |
| Modifier and Type | Field and Description |
|---|---|
Translator.FormStack |
Translator.formStack |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
require.importDefinitions(java.lang.String className,
ModuleInfo info,
require.DeclSetMapper mapper,
Translator.FormStack forms,
ScopeExp defs,
Compilation tr)
Import a module with a known source path.
|