public class TConstant extends ParamEnum
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__hx_constructs |
static TConstant |
TNull |
static TConstant |
TSuper |
static TConstant |
TThis |
| Constructor and Description |
|---|
TConstant(int index,
java.lang.Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag() |
static TConstant |
TBool(boolean b) |
static TConstant |
TFloat(java.lang.String s) |
static TConstant |
TInt(int i) |
static TConstant |
TString(java.lang.String s) |