Interface ParserImplConstants

  • All Known Implementing Classes:
    ParserImplTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int ALL
      RegularExpression Id.
      static int ANY
      RegularExpression Id.
      static int ASC
      RegularExpression Id.
      static int BOOLEAN
      RegularExpression Id.
      static int BY
      RegularExpression Id.
      static int BYTE
      RegularExpression Id.
      static int CHAR
      RegularExpression Id.
      static int CHARACTER_LITERAL
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DESC
      RegularExpression Id.
      static int DIGIT
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int DOUBLE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int FROM
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int INSTANCEOF
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int IOTA
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LONG
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NEW
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int ONE
      RegularExpression Id.
      static int ORDER
      RegularExpression Id.
      static int QUESTIONMARK
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SELECT
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SHORT
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.
      static int WHERE
      RegularExpression Id.