Package com.sun.codemodel
Class JCase
- java.lang.Object
-
- com.sun.codemodel.JCase
-
- All Implemented Interfaces:
JStatement
public final class JCase extends java.lang.Object implements JStatement
Case statement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JBlock
body()
JExpression
label()
void
state(JFormatter f)
-
-
-
Method Detail
-
label
public JExpression label()
-
body
public JBlock body()
-
state
public void state(JFormatter f)
- Specified by:
state
in interfaceJStatement
-
-