|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jogamp.gluegen.cgram.types.Type
com.jogamp.gluegen.cgram.types.PrimitiveType
com.jogamp.gluegen.cgram.types.IntType
public class IntType
| Constructor Summary | |
|---|---|
IntType(String name,
SizeThunk size,
boolean unsigned,
int cvAttributes)
|
|
IntType(String name,
SizeThunk size,
boolean unsigned,
int cvAttributes,
boolean typedefedUnsigned)
|
|
| Method Summary | |
|---|---|
IntType |
asInt()
Casts this to an IntType or returns null if not an IntType. |
boolean |
equals(Object arg)
Equality test for Types. |
boolean |
isUnsigned()
Indicates whether this type is unsigned |
void |
setName(String name)
Set the name of this type; used for handling typedefs. |
String |
toString()
Returns a string representation of this type. |
| Methods inherited from class com.jogamp.gluegen.cgram.types.PrimitiveType |
|---|
isPrimitive |
| Methods inherited from class com.jogamp.gluegen.cgram.types.Type |
|---|
arrayDimension, asArray, asBit, asCompound, asDouble, asEnum, asFloat, asFunction, asPointer, asVoid, clone, getCVAttributes, getCVAttributesString, getCVVariant, getName, getName, getSize, getSize, hashCode, hasTypedefName, isArray, isBit, isCompound, isConst, isDouble, isEnum, isFloat, isFunction, isFunctionPointer, isInt, isPointer, isVoid, isVolatile, pointerDepth, visit |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntType(String name,
SizeThunk size,
boolean unsigned,
int cvAttributes)
public IntType(String name,
SizeThunk size,
boolean unsigned,
int cvAttributes,
boolean typedefedUnsigned)
| Method Detail |
|---|
public boolean equals(Object arg)
Type
equals in class Typepublic void setName(String name)
Type
setName in class Typepublic IntType asInt()
Type
asInt in class Typepublic boolean isUnsigned()
public String toString()
Type
toString in class Type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||