oscript.parser
Interface OscriptParserConstants
- All Known Implementing Classes:
- CompilerVisitor, EvaluateVisitor, OscriptParser, OscriptParserTokenManager
- public interface OscriptParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
FORMAL_COMMENT
public static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
JAVADOC_TAG_WITH_ARG
public static final int JAVADOC_TAG_WITH_ARG
- See Also:
- Constant Field Values
JAVADOC_TAG
public static final int JAVADOC_TAG
- See Also:
- Constant Field Values
JAVADOC_TAG_ARG
public static final int JAVADOC_TAG_ARG
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
public static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
UNIX_SELF_EXECUTABLE_COMMENT
public static final int UNIX_SELF_EXECUTABLE_COMMENT
- See Also:
- Constant Field Values
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
CALLEE
public static final int CALLEE
- See Also:
- Constant Field Values
CATCH
public static final int CATCH
- See Also:
- Constant Field Values
CONST
public static final int CONST
- See Also:
- Constant Field Values
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
DO
public static final int DO
- See Also:
- Constant Field Values
DOTDOTDOT
public static final int DOTDOTDOT
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
EXTENDS
public static final int EXTENDS
- See Also:
- Constant Field Values
EVAL
public static final int EVAL
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
FINALLY
public static final int FINALLY
- See Also:
- Constant Field Values
FOR
public static final int FOR
- See Also:
- Constant Field Values
FUNCTION
public static final int FUNCTION
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
INSTANCEOF
public static final int INSTANCEOF
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
MIXIN
public static final int MIXIN
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
PROTECTED
public static final int PROTECTED
- See Also:
- Constant Field Values
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
SYNCHRONIZED
public static final int SYNCHRONIZED
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
THROW
public static final int THROW
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
TRY
public static final int TRY
- See Also:
- Constant Field Values
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
VAR
public static final int VAR
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
public static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
ESCAPE_SEQUENCE
public static final int ESCAPE_SEQUENCE
- See Also:
- Constant Field Values
REGEXP_LITERAL
public static final int REGEXP_LITERAL
- See Also:
- Constant Field Values
REGEXP_BODY
public static final int REGEXP_BODY
- See Also:
- Constant Field Values
REGEXP_ESCAPE_SEQUENCE
public static final int REGEXP_ESCAPE_SEQUENCE
- See Also:
- Constant Field Values
REGEXP_FLAG
public static final int REGEXP_FLAG
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LFXNBRACE
public static final int LFXNBRACE
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
BANG
public static final int BANG
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
HOOK
public static final int HOOK
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
NE
public static final int NE
- See Also:
- Constant Field Values
SC_OR
public static final int SC_OR
- See Also:
- Constant Field Values
SC_AND
public static final int SC_AND
- See Also:
- Constant Field Values
INCR
public static final int INCR
- See Also:
- Constant Field Values
DECR
public static final int DECR
- 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
STAR
public static final int STAR
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
BIT_AND
public static final int BIT_AND
- See Also:
- Constant Field Values
BIT_OR
public static final int BIT_OR
- See Also:
- Constant Field Values
XOR
public static final int XOR
- See Also:
- Constant Field Values
REM
public static final int REM
- See Also:
- Constant Field Values
LSHIFT
public static final int LSHIFT
- See Also:
- Constant Field Values
RSIGNEDSHIFT
public static final int RSIGNEDSHIFT
- See Also:
- Constant Field Values
RUNSIGNEDSHIFT
public static final int RUNSIGNEDSHIFT
- See Also:
- Constant Field Values
PLUSASSIGN
public static final int PLUSASSIGN
- See Also:
- Constant Field Values
MINUSASSIGN
public static final int MINUSASSIGN
- See Also:
- Constant Field Values
STARASSIGN
public static final int STARASSIGN
- See Also:
- Constant Field Values
SLASHASSIGN
public static final int SLASHASSIGN
- See Also:
- Constant Field Values
ANDASSIGN
public static final int ANDASSIGN
- See Also:
- Constant Field Values
ORASSIGN
public static final int ORASSIGN
- See Also:
- Constant Field Values
XORASSIGN
public static final int XORASSIGN
- See Also:
- Constant Field Values
REMASSIGN
public static final int REMASSIGN
- See Also:
- Constant Field Values
LSHIFTASSIGN
public static final int LSHIFTASSIGN
- See Also:
- Constant Field Values
RSIGNEDSHIFTASSIGN
public static final int RSIGNEDSHIFTASSIGN
- See Also:
- Constant Field Values
RUNSIGNEDSHIFTASSIGN
public static final int RUNSIGNEDSHIFTASSIGN
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
public static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_FORMAL_COMMENT
public static final int IN_FORMAL_COMMENT
- See Also:
- Constant Field Values
MAYBE_JAVADOC_TAG
public static final int MAYBE_JAVADOC_TAG
- See Also:
- Constant Field Values
EXPECTING_JAVADOC_TAG_ARG
public static final int EXPECTING_JAVADOC_TAG_ARG
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
public static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
IN_UNIX_SELF_EXECUTABLE_COMMENT
public static final int IN_UNIX_SELF_EXECUTABLE_COMMENT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage