Interface JsonParserConstants

  • All Known Implementing Classes:
    JSONParser, JsonParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int CHAR
      RegularExpression Id.
      static int CNTRL_ESC
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGITS
      RegularExpression Id.
      static int DOUBLE_QUOTE_LITERAL
      RegularExpression Id.
      static int E
      RegularExpression Id.
      static int ENDQUOTE
      RegularExpression Id.
      static int EOF
      End of File.
      static int ESC_STATE
      Lexical state.
      static int ESCAPE_CHAR
      RegularExpression Id.
      static int HEX
      RegularExpression Id.
      static int HEX_CHAR
      RegularExpression Id.
      static int HEX_ESC
      RegularExpression Id.
      static int HEX_STATE
      Lexical state.
      static int QUOTE
      RegularExpression Id.
      static int SINGLE_QUOTE_LITERAL
      RegularExpression Id.
      static int STRING_STATE
      Lexical state.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNICODE_CHAR
      RegularExpression Id.