Package gw.lang.ir
Class IRTypeConstants
- java.lang.Object
-
- gw.lang.ir.IRTypeConstants
-
public class IRTypeConstants extends Object
-
-
Constructor Summary
Constructors Constructor Description IRTypeConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IRTypeCLASS()static IRTypeITERATOR()static IRTypeITYPE()static IRTypeNUMBER()static IRTypeOBJECT()static IRTypepBOOLEAN()static IRTypepBYTE()static IRTypepCHAR()static IRTypepDOUBLE()static IRTypepFLOAT()static IRTypepINT()static IRTypepLONG()static IRTypepSHORT()static IRTypepVOID()static IRTypeSTRING()
-
-
-
Method Detail
-
ITYPE
public static final IRType ITYPE()
-
OBJECT
public static final IRType OBJECT()
-
STRING
public static final IRType STRING()
-
CLASS
public static final IRType CLASS()
-
pVOID
public static final IRType pVOID()
-
pBOOLEAN
public static final IRType pBOOLEAN()
-
pBYTE
public static final IRType pBYTE()
-
pSHORT
public static final IRType pSHORT()
-
pCHAR
public static final IRType pCHAR()
-
pINT
public static final IRType pINT()
-
pLONG
public static final IRType pLONG()
-
pFLOAT
public static final IRType pFLOAT()
-
pDOUBLE
public static final IRType pDOUBLE()
-
ITERATOR
public static final IRType ITERATOR()
-
NUMBER
public static final IRType NUMBER()
-
-