Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
ForEachLoopStatement |
ForEachLoopStatement.block(java.lang.Object block) |
static ForEachLoopStatement |
Builders.foreach() |
ForEachLoopStatement |
ForEachLoopStatement.ofAST(GoloASTNode node) |
ForEachLoopStatement |
ForEachLoopStatement.on(java.lang.Object iterable) |
ForEachLoopStatement |
ForEachLoopStatement.var(java.lang.Object varRef) |
ForEachLoopStatement |
ForEachLoopStatement.varargs(boolean b) |
ForEachLoopStatement |
ForEachLoopStatement.when(java.lang.Object clause) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoloIrVisitor.visitForEachLoopStatement(ForEachLoopStatement foreachStatement) |
void |
GoloIrVisitor.visitForEachLoopStatement(ForEachLoopStatement foreachStatement) |
void |
IrTreeDumper.visitForEachLoopStatement(ForEachLoopStatement foreachStatement) |