Uses of Class
org.qubership.integration.platform.runtime.catalog.mapper.expressions.parser.ExpressionParser.NullLiteralContext
Packages that use ExpressionParser.NullLiteralContext
Package
Description
-
Uses of ExpressionParser.NullLiteralContext in org.qubership.integration.platform.runtime.catalog.mapper.expressions
Methods in org.qubership.integration.platform.runtime.catalog.mapper.expressions with parameters of type ExpressionParser.NullLiteralContextModifier and TypeMethodDescriptionExpressionVisitor.visitNullLiteral(ExpressionParser.NullLiteralContext ctx) -
Uses of ExpressionParser.NullLiteralContext in org.qubership.integration.platform.runtime.catalog.mapper.expressions.parser
Methods in org.qubership.integration.platform.runtime.catalog.mapper.expressions.parser that return ExpressionParser.NullLiteralContextModifier and TypeMethodDescriptionExpressionParser.LiteralContext.nullLiteral()ExpressionParser.nullLiteral()Methods in org.qubership.integration.platform.runtime.catalog.mapper.expressions.parser with parameters of type ExpressionParser.NullLiteralContextModifier and TypeMethodDescriptionvoidExpressionParserBaseListener.enterNullLiteral(ExpressionParser.NullLiteralContext ctx) Enter a parse tree produced byExpressionParser.nullLiteral().voidExpressionParserListener.enterNullLiteral(ExpressionParser.NullLiteralContext ctx) Enter a parse tree produced byExpressionParser.nullLiteral().voidExpressionParserBaseListener.exitNullLiteral(ExpressionParser.NullLiteralContext ctx) Exit a parse tree produced byExpressionParser.nullLiteral().voidExpressionParserListener.exitNullLiteral(ExpressionParser.NullLiteralContext ctx) Exit a parse tree produced byExpressionParser.nullLiteral().ExpressionParserBaseVisitor.visitNullLiteral(ExpressionParser.NullLiteralContext ctx) Visit a parse tree produced byExpressionParser.nullLiteral().ExpressionParserVisitor.visitNullLiteral(ExpressionParser.NullLiteralContext ctx) Visit a parse tree produced byExpressionParser.nullLiteral().