com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICArrayElement |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICArrayElement |
duplicate()
Deep duplication of the element (i.e.
| ||||||||||
abstract ICExpression | getArray() | ||||||||||
abstract ICExpression | getElementIndex() | ||||||||||
abstract void | setArray(ICExpression array) | ||||||||||
abstract void | setEltIndex(ICExpression elementIndex) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Deep duplication of the element (i.e. sub-elements are duplicated).
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.