com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICTuple |
Simple representation of a C AST left-expression tuple. May be used by return statements.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICTuple |
duplicate()
Deep duplication of the element.
| ||||||||||
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. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.