com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICType |
A C type. AST types are created by an ICTypeFactory
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICType |
duplicate()
Deep duplication of the element.
| ||||||||||
abstract String | getBaseTypeSignature() | ||||||||||
abstract String | getSignature() | ||||||||||
abstract boolean | isAlias() | ||||||||||
abstract boolean | isFunctionPointer() | ||||||||||
abstract boolean | isReference() | ||||||||||
abstract boolean | isSynthetic() | ||||||||||
abstract boolean | isVoid() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.