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