Package com.api.jsonata4java.expressions.path.generated
-
Interface Summary Interface Description PathExpressionParserListener This interface defines a complete listener for a parse tree produced byPathExpressionParser.PathExpressionParserVisitor<T> This interface defines a complete generic visitor for a parse tree produced byPathExpressionParser. -
Class Summary Class Description PathExpressionLexer PathExpressionParser PathExpressionParser.Array_indexContext PathExpressionParser.ExprContext PathExpressionParser.IdContext PathExpressionParser.PathContext PathExpressionParserBaseListener This class provides an empty implementation ofPathExpressionParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.PathExpressionParserBaseVisitor<T> This class provides an empty implementation ofPathExpressionParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.