public final class Types extends Object
| Modifier and Type | Field and Description |
|---|---|
static Type |
BOOL |
static Type |
BYTE |
static Type |
CHAR |
static Type |
DOUBLE |
static Type |
INT |
static Type |
INT_0 |
static Type |
INT_MINUS_1 |
static Type |
INT_PLUS_1 |
static Type |
LONG |
static Type |
NULL |
static Type |
SHORT |
static Type |
STRING |
static Type |
UNDEFINED |
| Constructor and Description |
|---|
Types() |
public static final Type NULL
public static final Type UNDEFINED
public static final Type INT
public static final Type BOOL
public static final Type CHAR
public static final Type BYTE
public static final Type LONG
public static final Type DOUBLE
public static final Type SHORT
public static final Type STRING
public static final Type INT_0
public static final Type INT_PLUS_1
public static final Type INT_MINUS_1
public static boolean isConstantType(Type type)
Copyright © 2019. All rights reserved.