public class ValueType extends ParamEnum
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__hx_constructs |
static ValueType |
TBool |
static ValueType |
TFloat |
static ValueType |
TFunction |
static ValueType |
TInt |
static ValueType |
TNull |
static ValueType |
TObject |
static ValueType |
TUnknown |
| Constructor and Description |
|---|
ValueType(int index,
java.lang.Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag() |
static ValueType |
TClass(java.lang.Class c) |
static ValueType |
TEnum(java.lang.Class e) |
public static final java.lang.String[] __hx_constructs
public static final ValueType TNull
public static final ValueType TInt
public static final ValueType TFloat
public static final ValueType TBool
public static final ValueType TObject
public static final ValueType TFunction
public static final ValueType TUnknown