Package com.sun.codemodel
Class JLabel
- java.lang.Object
-
- com.sun.codemodel.JLabel
-
- All Implemented Interfaces:
JStatement
public class JLabel extends java.lang.Object implements JStatement
Label that can be used for continue and break.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
state(JFormatter f)
-
-
-
Method Detail
-
state
public void state(JFormatter f)
- Specified by:
state
in interfaceJStatement
-
-