| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression |
Known Indirect Subclasses
ICArrayElement,
ICCall,
ICConstant<T>,
ICConstantFloat<T>,
ICConstantFloat32,
ICConstantFloat64,
ICConstantInteger<T>,
ICConstantInteger32,
ICConstantInteger64,
ICConstantIntegerLarge,
ICConstantPointer,
ICConstantString,
ICDecl,
ICIdentifier,
ICInstanceField,
ICJumpFar,
ICLeftExpression,
ICOperation,
ICPredicate,
ICTuple
| |||||||||||||||||||||||||||||||||||||||||||||||||||
High-level interface implemented by C AST elements representing expressions.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract ICExpression |
duplicate()
Deep duplication of the element.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass, ICMethod, ICField, ICIdentifier,
ICConstant, ICType and ICLabel are not duplicated.
