com.jogamp.gluegen.cgram.types
Class VoidType

java.lang.Object
  extended by com.jogamp.gluegen.cgram.types.Type
      extended by com.jogamp.gluegen.cgram.types.VoidType
All Implemented Interfaces:
Cloneable

public class VoidType
extends Type
implements Cloneable


Constructor Summary
VoidType(int cvAttributes)
           
 
Method Summary
 VoidType asVoid()
          Casts this to a VoidType or returns null if not a VoidType.
 
Methods inherited from class com.jogamp.gluegen.cgram.types.Type
arrayDimension, asArray, asBit, asCompound, asDouble, asEnum, asFloat, asFunction, asInt, asPointer, clone, equals, getCVAttributes, getCVAttributesString, getCVVariant, getName, getName, getSize, getSize, hashCode, hasTypedefName, isArray, isBit, isCompound, isConst, isDouble, isEnum, isFloat, isFunction, isFunctionPointer, isInt, isPointer, isPrimitive, isVoid, isVolatile, pointerDepth, setName, toString, visit
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoidType

public VoidType(int cvAttributes)
Method Detail

asVoid

public VoidType asVoid()
Description copied from class: Type
Casts this to a VoidType or returns null if not a VoidType.

Overrides:
asVoid in class Type