
public class JCaseStatement extends JStatement
| Constructor and Description |
|---|
JCaseStatement(SourceInfo info,
JLiteral expr) |
| Modifier and Type | Method and Description |
|---|---|
JLiteral |
getExpr() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
unconditionalControlBreakgetSourceInfo, setSourceInfo, toSource, toStringpublic JCaseStatement(SourceInfo info, JLiteral expr)
public JLiteral getExpr()
public void traverse(JVisitor visitor, Context ctx)
JVisitablevisitor - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.