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