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