public class ExpressionTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY_OPERATOR
Binary operator expression type.
|
static int |
BOOLEAN_LITERAL
Boolean literal expression type.
|
static int |
CONDITIONAL
Conditional expression type.
|
static int |
DOUBLE_LITERAL
Double literal expression type.
|
static int |
GET_VALUE_FOR_TAG
Get value for tag expression type.
|
static int |
RUN_FUNCTION
Run function expression type.
|
static int |
STRING_LITERAL
String literal expression type.
|
static int |
UNARY_OPERATOR
Unary operator expression type.
|
public static final int BOOLEAN_LITERAL
public static final int DOUBLE_LITERAL
public static final int STRING_LITERAL
public static final int UNARY_OPERATOR
public static final int BINARY_OPERATOR
public static final int CONDITIONAL
public static final int GET_VALUE_FOR_TAG
public static final int RUN_FUNCTION