| Package | Description |
|---|---|
| com.api.jsonata4java.expressions | |
| com.api.jsonata4java.expressions.generated | |
| com.api.jsonata4java.expressions.utils |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionsVisitor.visitArray_constructor(MappingExpressionParser.Array_constructorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingExpressionListener.enterArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Enter a parse tree produced by the
array_constructor
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.enterArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Enter a parse tree produced by the
array_constructor
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionListener.exitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Exit a parse tree produced by the
array_constructor
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.exitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Exit a parse tree produced by the
array_constructor
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionBaseVisitor.visitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Visit a parse tree produced by the
array_constructor
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionVisitor.visitArray_constructor(MappingExpressionParser.Array_constructorContext ctx)
Visit a parse tree produced by the
array_constructor
labeled alternative in MappingExpressionParser.expr(). |
| Modifier and Type | Method and Description |
|---|---|
static MappingExpressionParser.Array_constructorContext |
FunctionUtils.getArrayConstructorContext(MappingExpressionParser.ExprContext ctx,
com.fasterxml.jackson.databind.node.ArrayNode array)
Creates an
MappingExpressionParser.Array_constructorContext from the supplied context and
array |
Copyright © 2021. All rights reserved.