public interface GoloParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSOCIATIVE_OPERATOR
RegularExpression Id.
|
static int |
CASE
RegularExpression Id.
|
static int |
CATCH
RegularExpression Id.
|
static int |
CHAR
RegularExpression Id.
|
static int |
CLASSREF
RegularExpression Id.
|
static int |
COMMENT
RegularExpression Id.
|
static int |
COMMUTATIVE_OPERATOR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
ELSE
RegularExpression Id.
|
static int |
EOF
End of File.
|
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 |
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 |
NEWLINE
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OTHERWISE
RegularExpression Id.
|
static int |
PIMP
RegularExpression Id.
|
static int |
RETURN
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
THEN
RegularExpression Id.
|
static int |
THROW
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
TRY
RegularExpression Id.
|
static int |
UNARY_OPERATOR
RegularExpression Id.
|
static int |
VAR
RegularExpression Id.
|
static int |
WHEN
RegularExpression Id.
|
static int |
WHILE
RegularExpression Id.
|
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 PIMP
static final int ASSOCIATIVE_OPERATOR
static final int COMMUTATIVE_OPERATOR
static final int UNARY_OPERATOR
static final int VAR
static final int LET
static final int NUMBER
static final int LONG_NUMBER
static final int FLOATING_NUMBER
static final int FLOAT
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 IDENTIFIER
static final int LETTER
static final int ID_REST
static final int COMMENT
static final int DEFAULT
static final int ESCAPED
static final String[] tokenImage
Copyright © 2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.