# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICType

A C type. AST types are created by an [ICTypeFactory](ICTypeFactory).

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICType`


## Method: getBaseTypeSignature
- return type: `java.lang.String`


## Method: getSignature
- return type: `java.lang.String`


## Method: isAlias
- return type: `boolean`


## Method: isFunctionPointer
- return type: `boolean`


## Method: isReference
- return type: `boolean`


## Method: isSynthetic
- return type: `boolean`


## Method: isVoid
- return type: `boolean`


