T - The return type of the visit operation. Use Void for
operations with no return type.public interface EnricherQLVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
EnricherQLParser.T visitQuery(EnricherQLParser.QueryContext ctx)
EnricherQLParser.query().ctx - the parse treeT visitQuery_join(EnricherQLParser.Query_joinContext ctx)
EnricherQLParser.query_join().ctx - the parse treeT visitQuery_enrich_with(EnricherQLParser.Query_enrich_withContext ctx)
EnricherQLParser.query_enrich_with().ctx - the parse treeT visitQuery_output(EnricherQLParser.Query_outputContext ctx)
EnricherQLParser.query_output().ctx - the parse treeT visitType(EnricherQLParser.TypeContext ctx)
EnricherQLParser.type().ctx - the parse treeT visitDimensions(EnricherQLParser.DimensionsContext ctx)
EnricherQLParser.dimensions().ctx - the parse treeT visitStreams(EnricherQLParser.StreamsContext ctx)
EnricherQLParser.streams().ctx - the parse treeT visitClassName(EnricherQLParser.ClassNameContext ctx)
EnricherQLParser.className().ctx - the parse treeT visitPartitionKey(EnricherQLParser.PartitionKeyContext ctx)
EnricherQLParser.partitionKey().ctx - the parse treeT visitId(EnricherQLParser.IdContext ctx)
EnricherQLParser.id().ctx - the parse treeT visitDimWildcard(EnricherQLParser.DimWildcardContext ctx)
EnricherQLParser.dimWildcard().ctx - the parse treeCopyright © 2017–2018. All rights reserved.