- 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 JBlockbody()JExpressionlabel()voidstate(JFormatter f)
-
-
-
Method Detail
-
label
public JExpression label()
-
body
public JBlock body()
-
state
public void state(JFormatter f)
- Specified by:
statein interfaceJStatement
-
-