public class IRTypeConstants extends Object
| Constructor and Description |
|---|
IRTypeConstants() |
| Modifier and Type | Method and Description |
|---|---|
static IRType |
CLASS() |
static IRType |
ITERATOR() |
static IRType |
ITYPE() |
static IRType |
NUMBER() |
static IRType |
OBJECT() |
static IRType |
pBOOLEAN() |
static IRType |
pBYTE() |
static IRType |
pCHAR() |
static IRType |
pDOUBLE() |
static IRType |
pFLOAT() |
static IRType |
pINT() |
static IRType |
pLONG() |
static IRType |
pSHORT() |
static IRType |
pVOID() |
static IRType |
STRING() |
public static final IRType ITYPE()
public static final IRType OBJECT()
public static final IRType STRING()
public static final IRType CLASS()
public static final IRType pVOID()
public static final IRType pBOOLEAN()
public static final IRType pBYTE()
public static final IRType pSHORT()
public static final IRType pCHAR()
public static final IRType pINT()
public static final IRType pLONG()
public static final IRType pFLOAT()
public static final IRType pDOUBLE()
public static final IRType ITERATOR()
public static final IRType NUMBER()
Copyright © 2018. All rights reserved.