public interface

ICType

implements ICElement
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICType

Class Overview

A C type. AST types are created by an ICTypeFactory.

Summary

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
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement

Public Methods

public abstract ICType duplicate ()

Deep duplication of the element. Sub-elements are duplicated.

Note: ICClass, ICMethod, ICField, ICIdentifier, ICConstant, ICType and ICLabel are not duplicated.

public abstract String getBaseTypeSignature ()

public abstract String getSignature ()

public abstract boolean isAlias ()

public abstract boolean isFunctionPointer ()

public abstract boolean isReference ()

public abstract boolean isSynthetic ()

public abstract boolean isVoid ()