public class JContinueStatement extends JStatement
Constructor and Description |
---|
JContinueStatement(SourceInfo info,
JLabel label) |
Modifier and Type | Method and Description |
---|---|
JLabel |
getLabel() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
boolean |
unconditionalControlBreak() |
getSourceInfo, setSourceInfo, toSource, toString
public JContinueStatement(SourceInfo info, JLabel label)
public JLabel getLabel()
public void traverse(JVisitor visitor, Context ctx)
JVisitable
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalpublic boolean unconditionalControlBreak()
unconditionalControlBreak
in class JStatement
Copyright © 2018. All rights reserved.