com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICGenericLoop |
![]() |
Super interface for loops.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICGenericLoop |
duplicate()
Deep duplication of the element.
| ||||||||||
abstract ICBlock | getBody() | ||||||||||
abstract ICPredicate | getPredicate() | ||||||||||
abstract void | setBody(ICBlock body) | ||||||||||
abstract void | setPredicate(ICPredicate predicate) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.