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 AND
      RegularExpression Id.
      static int assign
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int div
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int ELVIS
      RegularExpression Id.
      static int EMPTY
      RegularExpression Id.
      static int EOF
      End of File.
      static int eq
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOAT_LITERAL
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int FOR_EACH_IN
      Lexical state.
      static int FOREACH
      RegularExpression Id.
      static int ge
      RegularExpression Id.
      static int gt
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LCURLY
      RegularExpression Id.
      static int le
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int lt
      RegularExpression Id.
      static int minus
      RegularExpression Id.
      static int mod
      RegularExpression Id.
      static int mult
      RegularExpression Id.
      static int ne
      RegularExpression Id.
      static int NEW
      RegularExpression Id.
      static int not
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int or
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int plus
      RegularExpression Id.
      static int QMARK
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int RCURLY
      RegularExpression Id.
      static int REGISTER
      RegularExpression Id.
      static int REGISTERS
      Lexical state.
      static int req
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int rne
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SEMICOL
      RegularExpression Id.
      static int SIZE
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static int tilda
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.
      static int VAR
      RegularExpression Id.
      static int WHILE
      RegularExpression Id.
      static int xor
      RegularExpression Id.