Interface JSONPathCompilerConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND
      RegularExpression Id.
      static int CLOSE_ARRAY
      RegularExpression Id.
      static int CNAME
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DIGIT19
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int EOF
      End of File.
      static int EXP
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FRAC
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int OP
      RegularExpression Id.
      static int OPEN_ARRAY
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int OTHER
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.