JsonPathParserBaseListener

This class provides an empty implementation of JsonPathParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun enterEnd(ctx: JsonPathParser.EndContext)

The default implementation does nothing.

Link copied to clipboard
open override fun enterEveryRule(ctx: ParserRuleContext)

The default implementation does nothing.

Link copied to clipboard
open override fun enterFalse(ctx: JsonPathParser.FalseContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun enterInt(ctx: JsonPathParser.IntContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun enterNull(ctx: JsonPathParser.NullContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun enterStart(ctx: JsonPathParser.StartContext)

The default implementation does nothing.

Link copied to clipboard
open override fun enterStep(ctx: JsonPathParser.StepContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun enterTrue(ctx: JsonPathParser.TrueContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun enterWs(ctx: JsonPathParser.WsContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun exitEnd(ctx: JsonPathParser.EndContext)

The default implementation does nothing.

Link copied to clipboard
open override fun exitEveryRule(ctx: ParserRuleContext)

The default implementation does nothing.

Link copied to clipboard
open override fun exitFalse(ctx: JsonPathParser.FalseContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun exitInt(ctx: JsonPathParser.IntContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun exitNull(ctx: JsonPathParser.NullContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun exitStart(ctx: JsonPathParser.StartContext)

The default implementation does nothing.

Link copied to clipboard
open override fun exitStep(ctx: JsonPathParser.StepContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun exitTrue(ctx: JsonPathParser.TrueContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

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

The default implementation does nothing.

Link copied to clipboard
open override fun visitErrorNode(node: ErrorNode)

The default implementation does nothing.

Link copied to clipboard
open override fun visitTerminal(node: TerminalNode)

The default implementation does nothing.