Package | Description |
---|---|
org.jboss.jdeparser |
Modifier and Type | Field and Description |
---|---|
private JLabel |
JContinue.label |
private JLabel |
JBreak.label |
Modifier and Type | Method and Description |
---|---|
JLabel |
JBlock.label(java.lang.String name)
Create a label, which can be referenced from
continue and break statements. |
Modifier and Type | Method and Description |
---|---|
void |
JBlock._break(JLabel label) |
void |
JBlock._continue(JLabel label)
Create a continue statement and add it to this block
|
Constructor and Description |
---|
JBreak(JLabel _label)
JBreak constructor
|
JContinue(JLabel _label)
JContinue constructor.
|