com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICTuple |
Limited representation of a left-expr tuple.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICTuple |
duplicate()
Deep duplication of the element (i.e.
| ||||||||||
abstract int | getCountOfEntries() | ||||||||||
abstract List<ICExpression> | getEntries() | ||||||||||
abstract ICExpression | getEntry(int index) | ||||||||||
abstract void | setEntries(List<? extends ICExpression> elements) |
[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.