| Package | Description |
|---|---|
| com.api.jsonata4java.expressions | |
| com.api.jsonata4java.expressions.generated |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionsVisitor.visitId(MappingExpressionParser.IdContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingExpressionListener.enterId(MappingExpressionParser.IdContext ctx)
Enter a parse tree produced by the
id
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.enterId(MappingExpressionParser.IdContext ctx)
Enter a parse tree produced by the
id
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionListener.exitId(MappingExpressionParser.IdContext ctx)
Exit a parse tree produced by the
id
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.exitId(MappingExpressionParser.IdContext ctx)
Exit a parse tree produced by the
id
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionBaseVisitor.visitId(MappingExpressionParser.IdContext ctx)
Visit a parse tree produced by the
id
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionVisitor.visitId(MappingExpressionParser.IdContext ctx)
Visit a parse tree produced by the
id
labeled alternative in MappingExpressionParser.expr(). |
Copyright © 2020. All rights reserved.