T - The return type of the visit operation. Use Void for
operations with no return type.public interface CQLVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
CQLParser.T visitExpression(CQLParser.ExpressionContext ctx)
CQLParser.expression().ctx - the parse treeT visitPrimary(CQLParser.PrimaryContext ctx)
CQLParser.primary().ctx - the parse treeT visitNegativeTest(CQLParser.NegativeTestContext ctx)
CQLParser.negativeTest().ctx - the parse treeT visitGroupedTest(CQLParser.GroupedTestContext ctx)
CQLParser.groupedTest().ctx - the parse treeT visitConstantTest(CQLParser.ConstantTestContext ctx)
CQLParser.constantTest().ctx - the parse treeT visitPropertyTest(CQLParser.PropertyTestContext ctx)
CQLParser.propertyTest().ctx - the parse treeT visitInstanceOfTest(CQLParser.InstanceOfTestContext ctx)
CQLParser.instanceOfTest().ctx - the parse treeT visitQualifiedName(CQLParser.QualifiedNameContext ctx)
CQLParser.qualifiedName().ctx - the parse treeT visitLiteral(CQLParser.LiteralContext ctx)
CQLParser.literal().ctx - the parse treeT visitEnumLiteral(CQLParser.EnumLiteralContext ctx)
CQLParser.enumLiteral().ctx - the parse treeCopyright © 2016–2018. All rights reserved.