package sqlgg

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sqlgg_json_path.Json_path_parserSource

Sourcetype token =
  1. | TO
  2. | STRING of string
  3. | RBRACKET
  4. | MINUS
  5. | LBRACKET
  6. | LAST
  7. | INTEGER of int
  8. | IDENTIFIER of string
  9. | EOF
  10. | DOUBLE_ASTERISK
  11. | DOT
  12. | DOLLAR
  13. | ASTERISK
Sourceexception Error
Sourceval path_expression : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.t