Uses of Interface
com.api.jsonata4java.expressions.path.generated.PathExpressionParserVisitor
-
Packages that use PathExpressionParserVisitor Package Description com.api.jsonata4java.expressions.path com.api.jsonata4java.expressions.path.generated -
-
Uses of PathExpressionParserVisitor in com.api.jsonata4java.expressions.path
Classes in com.api.jsonata4java.expressions.path that implement PathExpressionParserVisitor Modifier and Type Class Description classPathExpressionVisitorstatic classPathExpressionVisitor.Getterstatic classPathExpressionVisitor.Setter -
Uses of PathExpressionParserVisitor in com.api.jsonata4java.expressions.path.generated
Classes in com.api.jsonata4java.expressions.path.generated that implement PathExpressionParserVisitor Modifier and Type Class Description classPathExpressionParserBaseVisitor<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.
-