com.pnfsoftware.jeb.core.units.code.java.IJavaGoto |
Java AST interface to represent a "goto" statement.
Note: Goto statements are not legal Java constructs. However, they are often necessary to maintain semantic consistency -- at the cost of syntactic inaccuracies.
Unlike breaks
or continues
, the label of a goto
statement is mandatory.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract IJavaLabel |
getLabel()
Get the label.
| ||||||||||
abstract void |
setLabel(IJavaLabel label)
Set the label.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |