| 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 CaseStatement | 
CaseStatement.cases()
Creates an empty case switch. 
 | 
CaseStatement | 
CaseStatement.otherwise(java.lang.Object action)
Defines the default alternative clause. 
 | 
protected CaseStatement | 
CaseStatement.self()  | 
CaseStatement | 
CaseStatement.then(java.lang.Object action)
Defines the action of the previous clause. 
 | 
CaseStatement | 
CaseStatement.when(java.lang.Object cond)
Defines a new alternative clause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GoloIrVisitor.visitCaseStatement(CaseStatement caseStatement)  | 
void | 
AbstractGoloIrVisitor.visitCaseStatement(CaseStatement caseStatement)  | 
void | 
Visitors.DispatchIrVisitor.visitCaseStatement(CaseStatement elt)  | 
void | 
IrTreeDumper.visitCaseStatement(CaseStatement caseStatement)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SugarExpansionVisitor.visitCaseStatement(CaseStatement caseStatement)
Case expansion. 
 |