public interface GoloParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ADDITIVE_OPERATOR
RegularExpression Id.
|
static int |
AND_OPERATOR
RegularExpression Id.
|
static int |
AUGMENT
RegularExpression Id.
|
static int |
BIGDECIMAL
RegularExpression Id.
|
static int |
BIGINTEGER
RegularExpression Id.
|
static int |
BREAK
RegularExpression Id.
|
static int |
CASE
RegularExpression Id.
|
static int |
CATCH
RegularExpression Id.
|
static int |
CHAR
RegularExpression Id.
|
static int |
CLASSREF
RegularExpression Id.
|
static int |
COLL_START
RegularExpression Id.
|
static int |
COMMENT
RegularExpression Id.
|
static int |
CONSTANT_INVOCATION
RegularExpression Id.
|
static int |
CONTINUE
RegularExpression Id.
|
static int |
DECORATOR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DOCUMENTATION
RegularExpression Id.
|
static int |
ELSE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUALITY_OPERATOR
RegularExpression Id.
|
static int |
ESCAPE
RegularExpression Id.
|
static int |
ESCAPED
Lexical state.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FINALLY
RegularExpression Id.
|
static int |
FLOAT
RegularExpression Id.
|
static int |
FLOATING_NUMBER
RegularExpression Id.
|
static int |
FOR
RegularExpression Id.
|
static int |
FOREACH
RegularExpression Id.
|
static int |
FUNCTION
RegularExpression Id.
|
static int |
FUNREF
RegularExpression Id.
|
static int |
ID_REST
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IF
RegularExpression Id.
|
static int |
IMPORT
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
INVALID
RegularExpression Id.
|
static int |
INVOCATION_OPERATOR
RegularExpression Id.
|
static int |
LET
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LOCAL
RegularExpression Id.
|
static int |
LONG_NUMBER
RegularExpression Id.
|
static int |
MATCH
RegularExpression Id.
|
static int |
MODULE
RegularExpression Id.
|
static int |
MULTI_STRING
RegularExpression Id.
|
static int |
MULTIPLICATIVE_OPERATOR
RegularExpression Id.
|
static int |
NAMEDAUGMENTATION
RegularExpression Id.
|
static int |
NEWLINE
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OR_IFNULL_OPERATOR
RegularExpression Id.
|
static int |
OR_OPERATOR
RegularExpression Id.
|
static int |
OTHERWISE
RegularExpression Id.
|
static int |
RELATIONAL_OPERATOR
RegularExpression Id.
|
static int |
RETURN
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
STRUCT
RegularExpression Id.
|
static int |
THEN
RegularExpression Id.
|
static int |
THROW
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
TRY
RegularExpression Id.
|
static int |
UNARY_OPERATOR
RegularExpression Id.
|
static int |
UNION
RegularExpression Id.
|
static int |
VAR
RegularExpression Id.
|
static int |
WHEN
RegularExpression Id.
|
static int |
WHILE
RegularExpression Id.
|
static int |
WITH
RegularExpression Id.
|
static int |
WithinDocumentation
Lexical state.
|
static int |
WithinMultiString
Lexical state.
|
static final int EOF
static final int NEWLINE
static final int ESCAPE
static final int MODULE
static final int IMPORT
static final int FUNCTION
static final int LOCAL
static final int RETURN
static final int IF
static final int ELSE
static final int WHILE
static final int FOR
static final int FOREACH
static final int IN
static final int THROW
static final int TRY
static final int CATCH
static final int FINALLY
static final int CASE
static final int WHEN
static final int MATCH
static final int THEN
static final int OTHERWISE
static final int AUGMENT
static final int NAMEDAUGMENTATION
static final int WITH
static final int BREAK
static final int CONTINUE
static final int STRUCT
static final int UNION
static final int MULTIPLICATIVE_OPERATOR
static final int ADDITIVE_OPERATOR
static final int RELATIONAL_OPERATOR
static final int EQUALITY_OPERATOR
static final int AND_OPERATOR
static final int OR_OPERATOR
static final int OR_IFNULL_OPERATOR
static final int UNARY_OPERATOR
static final int INVOCATION_OPERATOR
static final int CONSTANT_INVOCATION
static final int DECORATOR
static final int VAR
static final int LET
static final int NUMBER
static final int LONG_NUMBER
static final int BIGINTEGER
static final int FLOATING_NUMBER
static final int FLOAT
static final int BIGDECIMAL
static final int STRING
static final int CHAR
static final int NULL
static final int TRUE
static final int FALSE
static final int CLASSREF
static final int FUNREF
static final int COLL_START
static final int MULTI_STRING
static final int IDENTIFIER
static final int LETTER
static final int ID_REST
static final int COMMENT
static final int DOCUMENTATION
static final int INVALID
static final int DEFAULT
static final int WithinMultiString
static final int ESCAPED
static final int WithinDocumentation
static final java.lang.String[] tokenImage