JsonPathParserListener

interface JsonPathParserListener : ParseTreeListener

This interface defines a complete listener for a parse tree produced by JsonPathParser.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.basic_expr.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.comparable.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.comparisonOp.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.end.

Link copied to clipboard
abstract fun enterEveryRule(ctx: ParserRuleContext)
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.false.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.filter_query.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.int.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.literal.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.logical_expr.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.name_segment.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.null.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.number.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.paren_expr.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.rel_query.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.segment.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.segments.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.selector.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.start.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.step.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.test_expr.

Link copied to clipboard

Enter a parse tree produced by JsonPathParser.true.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by JsonPathParser.ws.

Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.basic_expr.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.comparable.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.end.

Link copied to clipboard
abstract fun exitEveryRule(ctx: ParserRuleContext)
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.false.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.int.

Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.literal.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.null.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.number.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.paren_expr.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.rel_query.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.segment.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.segments.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.selector.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.start.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.step.

Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by JsonPathParser.test_expr.

Link copied to clipboard

Exit a parse tree produced by JsonPathParser.true.

Link copied to clipboard
Link copied to clipboard
abstract fun exitWs(ctx: JsonPathParser.WsContext)

Exit a parse tree produced by JsonPathParser.ws.

Link copied to clipboard
abstract fun visitErrorNode(node: ErrorNode)
Link copied to clipboard
abstract fun visitTerminal(node: TerminalNode)