Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static ModuleImport |
ModuleImport.implicit(java.lang.Object name) |
static ModuleImport |
ModuleImport.of(java.lang.Object name) |
protected ModuleImport |
ModuleImport.self() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ModuleImport> |
GoloModule.getImports() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitModuleImport(ModuleImport moduleImport) |
void |
AbstractGoloIrVisitor.visitModuleImport(ModuleImport moduleImport) |
void |
Visitors.DispatchIrVisitor.visitModuleImport(ModuleImport elt) |
void |
IrTreeDumper.visitModuleImport(ModuleImport moduleImport) |