Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
UnionValue |
Union.createValue(java.lang.String name) |
UnionValue |
UnionValue.ofAST(GoloASTNode node) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<UnionValue> |
Union.getValues() |
Modifier and Type | Method and Description |
---|---|
boolean |
Union.addValue(UnionValue value) |
void |
AbstractGoloIrVisitor.visitUnionValue(UnionValue value) |
void |
GoloIrVisitor.visitUnionValue(UnionValue value) |
void |
IrTreeDumper.visitUnionValue(UnionValue value) |