Modifier and Type | Method and Description |
---|---|
JLabel |
JBlock.anonLabel()
Add a label at this point whose unique name is automatically generated.
|
JLabel |
JBlock.anonLabel(JLabel label)
Name and attach a forward label as anonymous.
|
JLabel |
JBlock.forwardLabel()
Create a forward label that can be named and attached later.
|
JLabel |
JBlock.label(JLabel label,
String name)
Name and attach a forward label.
|
JLabel |
JBlock.label(String name)
Add a label at this point, which may be used for future branch instructions.
|
Modifier and Type | Method and Description |
---|---|
JStatement |
JBlock._break(JLabel label)
Insert a labelled
break statement at this point. |
JStatement |
JBlock._continue(JLabel label)
Insert a labelled
continue statement at this point. |
JLabel |
JBlock.anonLabel(JLabel label)
Name and attach a forward label as anonymous.
|
JLabel |
JBlock.label(JLabel label,
String name)
Name and attach a forward label.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.