Uses of Class
com.api.jsonata4java.expressions.generated.MappingExpressionParser.DescendantContext
-
Packages that use MappingExpressionParser.DescendantContext Package Description com.api.jsonata4java.expressions com.api.jsonata4java.expressions.generated -
-
Uses of MappingExpressionParser.DescendantContext in com.api.jsonata4java.expressions
Methods in com.api.jsonata4java.expressions with parameters of type MappingExpressionParser.DescendantContext Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeExpressionsVisitor. visitDescendant(MappingExpressionParser.DescendantContext ctx) -
Uses of MappingExpressionParser.DescendantContext in com.api.jsonata4java.expressions.generated
Methods in com.api.jsonata4java.expressions.generated with parameters of type MappingExpressionParser.DescendantContext Modifier and Type Method Description voidMappingExpressionBaseListener. enterDescendant(MappingExpressionParser.DescendantContext ctx)Enter a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().voidMappingExpressionListener. enterDescendant(MappingExpressionParser.DescendantContext ctx)Enter a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().voidMappingExpressionBaseListener. exitDescendant(MappingExpressionParser.DescendantContext ctx)Exit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().voidMappingExpressionListener. exitDescendant(MappingExpressionParser.DescendantContext ctx)Exit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().TMappingExpressionBaseVisitor. visitDescendant(MappingExpressionParser.DescendantContext ctx)Visit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().TMappingExpressionVisitor. visitDescendant(MappingExpressionParser.DescendantContext ctx)Visit a parse tree produced by thedescendantlabeled alternative inMappingExpressionParser.expr().
-