| Package | Description | 
|---|---|
| gololang.ir | 
 Java package for golo IR tree elements. 
 | 
| org.eclipse.golo.compiler | 
 Provides access to the Golo compiler and supporting classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MatchExpression | 
MatchExpression.match()
Creates an empty match expression. 
 | 
MatchExpression | 
MatchExpression.otherwise(java.lang.Object action)
Defines the default alternative clause. 
 | 
protected MatchExpression | 
MatchExpression.self()  | 
MatchExpression | 
MatchExpression.then(java.lang.Object action)
Defines the action of the previous clause. 
 | 
MatchExpression | 
MatchExpression.when(java.lang.Object cond)
Defines a new alternative clause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GoloIrVisitor.visitMatchExpression(MatchExpression matchExpression)  | 
void | 
AbstractGoloIrVisitor.visitMatchExpression(MatchExpression matchExpression)  | 
void | 
Visitors.DispatchIrVisitor.visitMatchExpression(MatchExpression elt)  | 
void | 
IrTreeDumper.visitMatchExpression(MatchExpression matchExpression)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SugarExpansionVisitor.visitMatchExpression(MatchExpression matchExpression)
Match expansion. 
 |