Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
LoopStatement |
LoopStatement.block(java.lang.Object innerBlock)
Defines the contained block.
|
LoopStatement |
LoopStatement.condition(java.lang.Object expression)
Defines the loop condition.
|
static LoopStatement |
LoopStatement.create(java.lang.Object init,
java.lang.Object condition,
java.lang.Object post,
java.lang.Object block)
Complete loop creation.
|
LoopStatement |
LoopBreakFlowStatement.getEnclosingLoop() |
LoopStatement |
LoopStatement.init(java.lang.Object assignment)
Defines the initialization of the loop variable.
|
static LoopStatement |
LoopStatement.loop()
Creates a generic loop.
|
LoopStatement |
LoopStatement.post(java.lang.Object statement)
Define the post-loop statement.
|
protected LoopStatement |
LoopStatement.self() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitLoopStatement(LoopStatement loopStatement) |
void |
AbstractGoloIrVisitor.visitLoopStatement(LoopStatement loopStatement) |
void |
Visitors.DispatchIrVisitor.visitLoopStatement(LoopStatement elt) |
void |
IrTreeDumper.visitLoopStatement(LoopStatement loopStatement) |