| Package | Description | 
|---|---|
| gololang.ir | 
 Java package for golo IR tree elements. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CaseStatement
A  
case node. | 
class  | 
MatchExpression
A  
match node. | 
| Modifier and Type | Method and Description | 
|---|---|
Alternatives<T> | 
Alternatives.otherwise(java.lang.Object action)
Defines the default alternative clause. 
 | 
Alternatives<T> | 
Alternatives.then(java.lang.Object action)
Defines the action of the previous clause. 
 | 
Alternatives<T> | 
Alternatives.when(java.lang.Object cond)
Defines a new alternative clause. 
 |