Interface ICTuple
- All Superinterfaces:
ICElement
,ICExpression
,ICLeftExpression
Simple representation of a C AST left-expression tuple. May be used by return statements.
-
Method Summary
Modifier and TypeMethodDescriptionDeep duplication of the element.int
getEntry
(int index) void
setEntries
(List<? extends ICExpression> elements) Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
addPhysicalOffset, addPhysicalOffsets, evaluate, format, generate, getData, getElementType, getPhysicalOffset, getPhysicalOffsets, getSubElements, replaceSubElement, setData, setPhysicalOffsets, toString, visitDepthPost, visitDepthPost, visitDepthPost, visitDepthPre, visitDepthPre, visitDepthPre
-
Method Details
-
getCountOfEntries
int getCountOfEntries() -
getEntry
-
getEntries
List<ICExpression> getEntries() -
setEntries
-
duplicate
ICTuple duplicate()Description copied from interface:ICElement
Deep duplication of the element. Sub-elements are duplicated.Note:
ICClass
,ICMethod
,ICField
,ICIdentifier
,ICConstant
,ICType
andICLabel
are not duplicated.- Specified by:
duplicate
in interfaceICElement
- Specified by:
duplicate
in interfaceICExpression
- Specified by:
duplicate
in interfaceICLeftExpression
-