anvil.script.parser
Interface ParserBaseConstants
- All Known Implementing Classes:
- ChainedComparisonNode, Name, ParserBase, SystemModule, Tokenizer
- public interface ParserBaseConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
MODULE
public static final int MODULE
- See Also:
- Constant Field Values
SYMBOL
public static final int SYMBOL
- See Also:
- Constant Field Values
BEGIN
public static final int BEGIN
- See Also:
- Constant Field Values
END
public static final int END
- See Also:
- Constant Field Values
NAMESPACE
public static final int NAMESPACE
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
AS
public static final int AS
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
RANGE
public static final int RANGE
- See Also:
- Constant Field Values
FUNCTION
public static final int FUNCTION
- See Also:
- Constant Field Values
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
SUPER
public static final int SUPER
- See Also:
- Constant Field Values
SYNCHRONIZED
public static final int SYNCHRONIZED
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
PIPE
public static final int PIPE
- See Also:
- Constant Field Values
BOOLEAN_OR
public static final int BOOLEAN_OR
- See Also:
- Constant Field Values
INTERFACE
public static final int INTERFACE
- See Also:
- Constant Field Values
EXTENDS
public static final int EXTENDS
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
IMPLEMENTS
public static final int IMPLEMENTS
- See Also:
- Constant Field Values
VAR
public static final int VAR
- See Also:
- Constant Field Values
CONST
public static final int CONST
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
TRY
public static final int TRY
- See Also:
- Constant Field Values
CATCH
public static final int CATCH
- See Also:
- Constant Field Values
FINALLY
public static final int FINALLY
- See Also:
- Constant Field Values
THROW
public static final int THROW
- See Also:
- Constant Field Values
PRINT
public static final int PRINT
- See Also:
- Constant Field Values
HOOK
public static final int HOOK
- See Also:
- Constant Field Values
PRINTLN
public static final int PRINTLN
- See Also:
- Constant Field Values
PRINTBR
public static final int PRINTBR
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
CASE
public static final int CASE
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
FOR
public static final int FOR
- See Also:
- Constant Field Values
DO
public static final int DO
- See Also:
- Constant Field Values
FOREACH
public static final int FOREACH
- See Also:
- Constant Field Values
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
YIELD
public static final int YIELD
- See Also:
- Constant Field Values
ASSERT
public static final int ASSERT
- See Also:
- Constant Field Values
ET
public static final int ET
- See Also:
- Constant Field Values
ASSIGN_ADD
public static final int ASSIGN_ADD
- See Also:
- Constant Field Values
ASSIGN_SUBSTRACT
public static final int ASSIGN_SUBSTRACT
- See Also:
- Constant Field Values
ASSIGN_MULTIPLY
public static final int ASSIGN_MULTIPLY
- See Also:
- Constant Field Values
ASSIGN_DIVIDE
public static final int ASSIGN_DIVIDE
- See Also:
- Constant Field Values
ASSIGN_REMAINDER
public static final int ASSIGN_REMAINDER
- See Also:
- Constant Field Values
ASSIGN_CONCAT
public static final int ASSIGN_CONCAT
- See Also:
- Constant Field Values
ASSIGN_INIT
public static final int ASSIGN_INIT
- See Also:
- Constant Field Values
ARROW
public static final int ARROW
- See Also:
- Constant Field Values
MAP
public static final int MAP
- See Also:
- Constant Field Values
HOOKHOOK
public static final int HOOKHOOK
- See Also:
- Constant Field Values
BOOLEAN_XOR
public static final int BOOLEAN_XOR
- See Also:
- Constant Field Values
BOOLEAN_AND
public static final int BOOLEAN_AND
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
EXACT_EQUAL
public static final int EXACT_EQUAL
- See Also:
- Constant Field Values
EXACT_NOT_EQUAL
public static final int EXACT_NOT_EQUAL
- See Also:
- Constant Field Values
COMPARE
public static final int COMPARE
- See Also:
- Constant Field Values
EXACT_COMPARE
public static final int EXACT_COMPARE
- See Also:
- Constant Field Values
LESS
public static final int LESS
- See Also:
- Constant Field Values
GREATER
public static final int GREATER
- See Also:
- Constant Field Values
LESS_OR_EQUAL
public static final int LESS_OR_EQUAL
- See Also:
- Constant Field Values
GREATER_OR_EQUAL
public static final int GREATER_OR_EQUAL
- See Also:
- Constant Field Values
NEGATION
public static final int NEGATION
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
REMAINDER
public static final int REMAINDER
- See Also:
- Constant Field Values
MATCH
public static final int MATCH
- See Also:
- Constant Field Values
NO_MATCH
public static final int NO_MATCH
- See Also:
- Constant Field Values
MINUSMINUS
public static final int MINUSMINUS
- See Also:
- Constant Field Values
PLUSPLUS
public static final int PLUSPLUS
- See Also:
- Constant Field Values
COPYOF
public static final int COPYOF
- See Also:
- Constant Field Values
CLONEOF
public static final int CLONEOF
- See Also:
- Constant Field Values
TYPEOF
public static final int TYPEOF
- See Also:
- Constant Field Values
SIZEOF
public static final int SIZEOF
- See Also:
- Constant Field Values
CLASSOF
public static final int CLASSOF
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
IS
public static final int IS
- See Also:
- Constant Field Values
DEFINED
public static final int DEFINED
- See Also:
- Constant Field Values
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
OPEN_BRACKET
public static final int OPEN_BRACKET
- See Also:
- Constant Field Values
CLOSE_BRACKET
public static final int CLOSE_BRACKET
- See Also:
- Constant Field Values
HAS
public static final int HAS
- See Also:
- Constant Field Values
CARET
public static final int CARET
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
BEGIN_LIST
public static final int BEGIN_LIST
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
INF
public static final int INF
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
PATTERN
public static final int PATTERN
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
DOC_COMMENT
public static final int DOC_COMMENT
- See Also:
- Constant Field Values
WHITESPACE
public static final int WHITESPACE
- See Also:
- Constant Field Values
EMBED_START
public static final int EMBED_START
- See Also:
- Constant Field Values
EMBED_END
public static final int EMBED_END
- See Also:
- Constant Field Values
ASSIGN_SUBST
public static final int ASSIGN_SUBST
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
MY
public static final int MY
- See Also:
- Constant Field Values
PRAGMA
public static final int PRAGMA
- See Also:
- Constant Field Values
BOOLEAN_AND2
public static final int BOOLEAN_AND2
- See Also:
- Constant Field Values
BOOLEAN_OR2
public static final int BOOLEAN_OR2
- See Also:
- Constant Field Values
BOOLEAN_XOR2
public static final int BOOLEAN_XOR2
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage