com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDoWhileStm |
C AST interface to represent a do-while
loop statement. A do-while loop is a
post-tested loop, that consists of a body and a test predicate.
Example:
do { // body } while(predicate);
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICDoWhileStm |
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.