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