com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICWhileStm |
C AST interface to represent while
loop statements. A while loop is a pre-tested
loop, that consists of a test predicate and a body.
while(predicate) { // body }
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICWhileStm |
duplicate()
Deep duplication of the element.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.