Interface ParserConstants

  • All Known Implementing Classes:
    Parser, ParserTokenManager

    public interface ParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int _AND
      RegularExpression Id.
      static int _OR
      RegularExpression Id.
      static int and
      RegularExpression Id.
      static int AND
      RegularExpression Id.
      static int and_assign
      RegularExpression Id.
      static int ANNOTATION
      RegularExpression Id.
      static int assign
      RegularExpression Id.
      static int BREAK
      RegularExpression Id.
      static int CATCH
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONST
      RegularExpression Id.
      static int CONTINUE
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int div
      RegularExpression Id.
      static int DIV
      RegularExpression Id.
      static int div_assign
      RegularExpression Id.
      static int DO
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int DOT_ID
      Lexical state.
      static int DOT_IDENTIFIER
      RegularExpression Id.
      static int eeq
      RegularExpression Id.
      static int ELIPSIS
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int ELVIS
      RegularExpression Id.
      static int EMPTY
      RegularExpression Id.
      static int ene
      RegularExpression Id.
      static int EOF
      End of File.
      static int eq
      RegularExpression Id.
      static int EQ
      RegularExpression Id.
      static int eqstrict
      RegularExpression Id.
      static int ESCAPE
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FATARROW
      RegularExpression Id.
      static int FINALLY
      RegularExpression Id.
      static int FLOAT_LITERAL
      RegularExpression Id.
      static int FLT_CLS
      RegularExpression Id.
      static int FLT_SFX
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int FUNCTION
      RegularExpression Id.
      static int ge
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int gt
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int INT_SFX
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int ISA
      RegularExpression Id.
      static int JXLT_LITERAL
      RegularExpression Id.
      static int LAMBDA
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LCURLY
      RegularExpression Id.
      static int le
      RegularExpression Id.
      static int LE
      RegularExpression Id.
      static int LET
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int lshift
      RegularExpression Id.
      static int lshift_assign
      RegularExpression Id.
      static int lt
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int minus
      RegularExpression Id.
      static int minus_assign
      RegularExpression Id.
      static int minusminus
      RegularExpression Id.
      static int mod
      RegularExpression Id.
      static int MOD
      RegularExpression Id.
      static int mod_assign
      RegularExpression Id.
      static int mult
      RegularExpression Id.
      static int mult_assign
      RegularExpression Id.
      static int NAN_LITERAL
      RegularExpression Id.
      static int ne
      RegularExpression Id.
      static int NE
      RegularExpression Id.
      static int neqstrict
      RegularExpression Id.
      static int NEVER
      Lexical state.
      static int NEW
      RegularExpression Id.
      static int NISA
      RegularExpression Id.
      static int not
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int NULLP
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int or
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int or_assign
      RegularExpression Id.
      static int plus
      RegularExpression Id.
      static int plus_assign
      RegularExpression Id.
      static int plusplus
      RegularExpression Id.
      static int PRAGMA
      RegularExpression Id.
      static int QDOT
      RegularExpression Id.
      static int QLBRACKET
      RegularExpression Id.
      static int QMARK
      RegularExpression Id.
      static int range
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int RCURLY
      RegularExpression Id.
      static int REGEX_LITERAL
      RegularExpression Id.
      static int REGISTER
      RegularExpression Id.
      static int req
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int rne
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int rshift
      RegularExpression Id.
      static int rshift_assign
      RegularExpression Id.
      static int rshiftu
      RegularExpression Id.
      static int rshiftu_assign
      RegularExpression Id.
      static int SEMICOL
      RegularExpression Id.
      static int seq
      RegularExpression Id.
      static int SIZE
      RegularExpression Id.
      static int sne
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static int THROW
      RegularExpression Id.
      static int tilda
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.
      static int TRY
      RegularExpression Id.
      static int VAR
      RegularExpression Id.
      static int WHILE
      RegularExpression Id.
      static int xor
      RegularExpression Id.
      static int xor_assign
      RegularExpression Id.