public class JCaseStatement extends JStatement
Constructor and Description |
---|
JCaseStatement(SourceInfo info,
JExpression expr) |
Modifier and Type | Method and Description |
---|---|
JExpression |
getExpr() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
unconditionalControlBreak
getSourceInfo, setSourceInfo, toSource, toString
public JCaseStatement(SourceInfo info, JExpression expr)
public JExpression getExpr()
Copyright © 2018. All rights reserved.