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