| Package | Description |
|---|---|
| com.api.jsonata4java.expressions | |
| com.api.jsonata4java.expressions.generated |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionsVisitor.visitParens(MappingExpressionParser.ParensContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingExpressionListener.enterParens(MappingExpressionParser.ParensContext ctx)
Enter a parse tree produced by the
parens
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.enterParens(MappingExpressionParser.ParensContext ctx)
Enter a parse tree produced by the
parens
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionListener.exitParens(MappingExpressionParser.ParensContext ctx)
Exit a parse tree produced by the
parens
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.exitParens(MappingExpressionParser.ParensContext ctx)
Exit a parse tree produced by the
parens
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionBaseVisitor.visitParens(MappingExpressionParser.ParensContext ctx)
Visit a parse tree produced by the
parens
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionVisitor.visitParens(MappingExpressionParser.ParensContext ctx)
Visit a parse tree produced by the
parens
labeled alternative in MappingExpressionParser.expr(). |
Copyright © 2019. All rights reserved.