public class LoopBreakFlowStatement extends GoloStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
LoopBreakFlowStatement.Type |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
LoopStatement |
getEnclosingLoop() |
LoopBreakFlowStatement.Type |
getType() |
static LoopBreakFlowStatement |
newBreak() |
static LoopBreakFlowStatement |
newContinue() |
void |
setEnclosingLoop(LoopStatement enclosingLoop) |
getASTNode, getPositionInSourceCode, hasASTNode, setASTNodepublic static LoopBreakFlowStatement newContinue()
public static LoopBreakFlowStatement newBreak()
public LoopBreakFlowStatement.Type getType()
public LoopStatement getEnclosingLoop()
public void setEnclosingLoop(LoopStatement enclosingLoop)
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.