| Package | Description | 
|---|---|
| gololang.ir | 
 Java package for golo IR tree elements. 
 | 
| org.eclipse.golo.compiler | 
 Provides access to the Golo compiler and supporting classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LoopBreakFlowStatement | 
LoopBreakFlowStatement.newBreak()  | 
static LoopBreakFlowStatement | 
LoopBreakFlowStatement.newContinue()  | 
protected LoopBreakFlowStatement | 
LoopBreakFlowStatement.self()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GoloIrVisitor.visitLoopBreakFlowStatement(LoopBreakFlowStatement loopBreakFlowStatement)  | 
void | 
AbstractGoloIrVisitor.visitLoopBreakFlowStatement(LoopBreakFlowStatement loopBreakFlowStatement)  | 
void | 
Visitors.DispatchIrVisitor.visitLoopBreakFlowStatement(LoopBreakFlowStatement elt)  | 
void | 
IrTreeDumper.visitLoopBreakFlowStatement(LoopBreakFlowStatement loopBreakFlowStatement)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocalReferenceAssignmentAndVerificationVisitor.visitLoopBreakFlowStatement(LoopBreakFlowStatement loopBreakFlowStatement)  |