| com.pnfsoftware.jeb.core.units.code.java.IJavaContinue |
Java AST interface to represent a continue statement. A continue statement may have
an optional loop label.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IJavaLabel |
getLabel()
Get the optional continue label.
| ||||||||||
| abstract void |
setLabel(IJavaLabel label)
Set the continue label.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||
Get the optional continue label.
Set the continue label.
| label | optional label |
|---|