com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICControlBreaker |
![]() |
C AST interface for flow breaker (break, continue, goto).
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICControlBreaker |
duplicate()
Deep duplication of the element.
| ||||||||||
abstract ICLabel |
getLabel()
Indicate the label where the breaker applies.
| ||||||||||
abstract void | setLabel(ICLabel label) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.