Interface ICType
- All Superinterfaces:
ICElement
A C type. AST types are created by an
ICTypeFactory
.-
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
-
getSignature
String getSignature() -
getBaseTypeSignature
String getBaseTypeSignature() -
isVoid
boolean isVoid() -
isAlias
boolean isAlias() -
isFunctionPointer
boolean isFunctionPointer() -
isReference
boolean isReference() -
isSynthetic
boolean isSynthetic() -
duplicate
ICType 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.
-