Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WhenClause<T>> |
Alternatives.getClauses() |
java.util.List<WhenClause<Block>> |
CaseStatement.getClauses() |
java.util.List<WhenClause<ExpressionStatement>> |
MatchExpression.getClauses() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoloIrVisitor.visitWhenClause(WhenClause<?> whenClause) |
void |
GoloIrVisitor.visitWhenClause(WhenClause<?> whenClause) |
void |
IrTreeDumper.visitWhenClause(WhenClause<?> whenClause) |