Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ModuleImport> |
GoloModule.DEFAULT_IMPORTS |
Modifier and Type | Method and Description |
---|---|
static ModuleImport |
Builders.moduleImport(java.lang.Object name) |
ModuleImport |
ModuleImport.ofAST(GoloASTNode node) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ModuleImport> |
GoloModule.getImports() |
Modifier and Type | Method and Description |
---|---|
void |
GoloModule.addImport(ModuleImport moduleImport) |
void |
AbstractGoloIrVisitor.visitModuleImport(ModuleImport moduleImport) |
void |
GoloIrVisitor.visitModuleImport(ModuleImport moduleImport) |
void |
IrTreeDumper.visitModuleImport(ModuleImport moduleImport) |