Interface ParserConstants

  • All Known Implementing Classes:
    Parser, ParserTokenManager

    public interface ParserConstants
    Token literal values and constants. Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BOOLEAN
      RegularExpression Id.
      static int CLOSE_CURLY
      RegularExpression Id.
      static int CLOSE_PAREN
      RegularExpression Id.
      static int CLOSE_SQUARE
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int EOF
      End of File.
      static int EXPONENT
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int OPEN_CURLY
      RegularExpression Id.
      static int OPEN_PAREN
      RegularExpression Id.
      static int OPEN_SQUARE
      RegularExpression Id.
      static int QUOTE
      RegularExpression Id.
      static int SIGN
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int STRING_CHARACTER
      RegularExpression Id.
      static int SYMBOL
      RegularExpression Id.
      static int SYMBOL_FIRST
      RegularExpression Id.
      static int SYMBOL_REST
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.