public class CType
extends java.lang.Object
| Constructor and Description |
|---|
CType(int pSize) |
| Modifier and Type | Method and Description |
|---|---|
static CType |
createTypeWithLength(int pSizeInBytes) |
boolean |
equals(java.lang.Object obj) |
static CType |
getIntType() |
static CType |
getPointerType() |
int |
getSize() |
int |
hashCode() |
java.lang.String |
toString() |
static CType |
unknownType() |
public static CType createTypeWithLength(int pSizeInBytes)
public static CType getIntType()
public static CType getPointerType()
public static CType unknownType()
public final int getSize()
public final java.lang.String toString()
toString in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object obj)
equals in class java.lang.Object