| Package | Description | 
|---|---|
| org.eclipse.golo.compiler.ir | 
 (this is an internal API) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LoopStatement | 
LoopStatement.block(Block innerBlock)  | 
LoopStatement | 
LoopStatement.block(java.lang.Object... statements)  | 
LoopStatement | 
LoopStatement.condition(java.lang.Object expression)  | 
LoopStatement | 
LoopBreakFlowStatement.getEnclosingLoop()  | 
LoopStatement | 
LoopStatement.init(java.lang.Object assignment)  | 
static LoopStatement | 
Builders.loop()  | 
LoopStatement | 
LoopStatement.ofAST(GoloASTNode node)  | 
LoopStatement | 
LoopStatement.post(java.lang.Object statement)  | 
static LoopStatement | 
Builders.whileLoop(java.lang.Object condition)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoopBreakFlowStatement.setEnclosingLoop(LoopStatement enclosingLoop)  | 
void | 
AbstractGoloIrVisitor.visitLoopStatement(LoopStatement loopStatement)  | 
void | 
GoloIrVisitor.visitLoopStatement(LoopStatement loopStatement)  | 
void | 
IrTreeDumper.visitLoopStatement(LoopStatement loopStatement)  |