| Package | Description | 
|---|---|
| gololang.ir | 
 Java package for golo IR tree elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected UnionValue | 
UnionValue.self()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<UnionValue> | 
Union.getValues()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Union.addValue(UnionValue value)
Adds a new value to this union. 
 | 
void | 
GoloIrVisitor.visitUnionValue(UnionValue value)  | 
void | 
AbstractGoloIrVisitor.visitUnionValue(UnionValue value)  | 
void | 
Visitors.DispatchIrVisitor.visitUnionValue(UnionValue elt)  | 
void | 
IrTreeDumper.visitUnionValue(UnionValue value)  |