| Package | Description |
|---|---|
| com.api.jsonata4java.expressions | |
| com.api.jsonata4java.expressions.generated |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionsVisitor.visitObject(MappingExpressionParser.ObjectContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingExpressionListener.enterObject(MappingExpressionParser.ObjectContext ctx)
Enter a parse tree produced by the
object
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.enterObject(MappingExpressionParser.ObjectContext ctx)
Enter a parse tree produced by the
object
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionListener.exitObject(MappingExpressionParser.ObjectContext ctx)
Exit a parse tree produced by the
object
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.exitObject(MappingExpressionParser.ObjectContext ctx)
Exit a parse tree produced by the
object
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionBaseVisitor.visitObject(MappingExpressionParser.ObjectContext ctx)
Visit a parse tree produced by the
object
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionVisitor.visitObject(MappingExpressionParser.ObjectContext ctx)
Visit a parse tree produced by the
object
labeled alternative in MappingExpressionParser.expr(). |
Copyright © 2022. All rights reserved.