Interface ICLeftExpression
- All Superinterfaces:
ICElement,ICExpression
- All Known Subinterfaces:
ICArrayElement,ICDecl,ICIdentifier,ICInstanceField,ICOperation,ICTuple
High-level interface is used to represent C AST expressions that can be assigned to, that is,
expressions that can be left members in assignment statements.
-
Method Summary
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
-
duplicate
ICLeftExpression duplicate()Description copied from interface:ICElementDeep duplication of the element. Sub-elements are duplicated.Note:
ICClass,ICMethod,ICField,ICIdentifier,ICConstant,ICTypeandICLabelare not duplicated.- Specified by:
duplicatein interfaceICElement- Specified by:
duplicatein interfaceICExpression
-