Json Path Parser Visitor
This interface defines a complete generic visitor for a parse tree produced by JsonPathParser.
Parameters
The return type of the visit operation. Use Unit for operations with no return type
Inheritors
Functions
Visit a parse tree produced by JsonPathParser.abs_singular_query.
Visit a parse tree produced by JsonPathParser.basic_expr.
Visit a parse tree produced by JsonPathParser.bracketed_selection.
Visit a parse tree produced by JsonPathParser.comparable.
Visit a parse tree produced by JsonPathParser.comparison_expr.
Visit a parse tree produced by JsonPathParser.comparisonOp.
Visit a parse tree produced by JsonPathParser.currentNodeIdentifier.
Visit a parse tree produced by JsonPathParser.descendant_segment.
Visit a parse tree produced by JsonPathParser.end.
Visit a parse tree produced by JsonPathParser.false.
Visit a parse tree produced by JsonPathParser.filter_query.
Visit a parse tree produced by JsonPathParser.filter_selector.
Visit a parse tree produced by JsonPathParser.firstComparable.
Visit a parse tree produced by JsonPathParser.function_argument.
Visit a parse tree produced by JsonPathParser.function_expr.
Visit a parse tree produced by JsonPathParser.index_segment.
Visit a parse tree produced by JsonPathParser.index_selector.
Visit a parse tree produced by JsonPathParser.int.
Visit a parse tree produced by JsonPathParser.jsonpath_query.
Visit a parse tree produced by JsonPathParser.literal.
Visit a parse tree produced by JsonPathParser.logical_and_expr.
Visit a parse tree produced by JsonPathParser.logical_expr.
Visit a parse tree produced by JsonPathParser.logical_or_expr.
Visit a parse tree produced by JsonPathParser.memberNameShorthand.
Visit a parse tree produced by JsonPathParser.name_segment.
Visit a parse tree produced by JsonPathParser.name_selector.
Visit a parse tree produced by JsonPathParser.null.
Visit a parse tree produced by JsonPathParser.number.
Visit a parse tree produced by JsonPathParser.paren_expr.
Visit a parse tree produced by JsonPathParser.rel_query.
Visit a parse tree produced by JsonPathParser.rel_singular_query.
Visit a parse tree produced by JsonPathParser.rootIdentifier.
Visit a parse tree produced by JsonPathParser.secondComparable.
Visit a parse tree produced by JsonPathParser.segment.
Visit a parse tree produced by JsonPathParser.segments.
Visit a parse tree produced by JsonPathParser.selector.
Visit a parse tree produced by JsonPathParser.shorthand_segment.
Visit a parse tree produced by JsonPathParser.singular_query.
Visit a parse tree produced by JsonPathParser.singular_query_segment.
Visit a parse tree produced by JsonPathParser.singular_query_segments.
Visit a parse tree produced by JsonPathParser.slice_selector.
Visit a parse tree produced by JsonPathParser.start.
Visit a parse tree produced by JsonPathParser.step.
Visit a parse tree produced by JsonPathParser.stringLiteral.
Visit a parse tree produced by JsonPathParser.test_expr.
Visit a parse tree produced by JsonPathParser.true.
Visit a parse tree produced by JsonPathParser.wildcardSelector.
Visit a parse tree produced by JsonPathParser.ws.