| Package | Description |
|---|---|
| org.eclipse.golo.compiler.ir |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
static MatchExpression |
Builders.match() |
MatchExpression |
MatchExpression.ofAST(GoloASTNode node) |
MatchExpression |
MatchExpression.otherwise(java.lang.Object action) |
MatchExpression |
MatchExpression.then(java.lang.Object action) |
MatchExpression |
MatchExpression.when(java.lang.Object cond) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGoloIrVisitor.visitMatchExpression(MatchExpression matchExpression) |
void |
GoloIrVisitor.visitMatchExpression(MatchExpression matchExpression) |
void |
IrTreeDumper.visitMatchExpression(MatchExpression matchExpression) |