public static final class Expr.Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Expr |
BOOL |
static Expr |
DOUBLE |
static Expr |
EMPTY_RECORD_LITERAL |
static Expr |
EMPTY_RECORD_TYPE |
static Expr |
EMPTY_UNION_TYPE |
static Expr |
FALSE |
static Expr |
INTEGER |
static Expr |
KIND |
static Expr |
LIST |
static Expr |
LIST_FOLD |
static Expr |
LOCATION_TYPE |
static java.lang.String |
MAP_KEY_FIELD_NAME |
static java.lang.String |
MAP_VALUE_FIELD_NAME |
static Expr |
NATURAL |
static Expr |
NATURAL_FOLD |
static Expr |
NONE |
static Expr |
OPTIONAL |
static Expr |
SOME |
static Expr |
SORT |
static Expr |
TEXT |
static Expr |
TRUE |
static Expr |
TYPE |
static Expr |
UNDERSCORE |
static Expr |
ZERO |
| Constructor and Description |
|---|
Constants() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBuiltIn(java.lang.String name) |
static boolean |
isKeyword(java.lang.String name) |
public static final Expr UNDERSCORE
public static final Expr SORT
public static final Expr KIND
public static final Expr TYPE
public static final Expr BOOL
public static final Expr TRUE
public static final Expr FALSE
public static final Expr LIST
public static final Expr OPTIONAL
public static final Expr DOUBLE
public static final Expr NATURAL
public static final Expr INTEGER
public static final Expr TEXT
public static final Expr NONE
public static final Expr SOME
public static final Expr NATURAL_FOLD
public static final Expr LIST_FOLD
public static final Expr ZERO
public static final Expr EMPTY_RECORD_LITERAL
public static final Expr EMPTY_RECORD_TYPE
public static final Expr EMPTY_UNION_TYPE
public static final Expr LOCATION_TYPE
public static final java.lang.String MAP_KEY_FIELD_NAME
public static final java.lang.String MAP_VALUE_FIELD_NAME