com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICSource |
Highest-level C AST element representing a translation unit, containing classes and/or methods
and fields. The top-level element, depending on what was decompiled, is either an ICClass
or an ICMethod
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICSource |
duplicate()
Deep duplication of the element.
| ||||||||||
abstract List<ICSourceElement> | getDeclarations() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.