Class GQLBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,GQLVisitor<T>
GQLVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byGQLParser.directedEdge().Visit a parse tree produced byGQLParser.edgePattern().Visit a parse tree produced byGQLParser.elementPatternFiller().Visit a parse tree produced byGQLParser.elementVariable().Visit a parse tree produced byGQLParser.graphPattern().Visit a parse tree produced byGQLParser.labelName().Visit a parse tree produced byGQLParser.labelSpec().Visit a parse tree produced byGQLParser.literal().Visit a parse tree produced byGQLParser.matchClause().Visit a parse tree produced byGQLParser.nodePattern().Visit a parse tree produced byGQLParser.paramRef().Visit a parse tree produced byGQLParser.pathPattern().Visit a parse tree produced byGQLParser.propertyFilter().Visit a parse tree produced byGQLParser.propertyKey().Visit a parse tree produced byGQLParser.propertyPair().Visit a parse tree produced byGQLParser.propertyValue().Visit a parse tree produced byGQLParser.reverseDirectedEdge().Visit a parse tree produced byGQLParser.undirectedEdge().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
GQLBaseVisitor
public GQLBaseVisitor()
-
-
Method Details
-
visitMatchClause
Visit a parse tree produced byGQLParser.matchClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPattern
Visit a parse tree produced byGQLParser.graphPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathPattern
Visit a parse tree produced byGQLParser.pathPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodePattern
Visit a parse tree produced byGQLParser.nodePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementPatternFiller
Visit a parse tree produced byGQLParser.elementPatternFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementPatternFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelSpec
Visit a parse tree produced byGQLParser.labelSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelSpecin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyFilter
Visit a parse tree produced byGQLParser.propertyFilter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyFilterin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyPair
Visit a parse tree produced byGQLParser.propertyPair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyPairin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyKey
Visit a parse tree produced byGQLParser.propertyKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyKeyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyValue
Visit a parse tree produced byGQLParser.propertyValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyValuein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byGQLParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamRef
Visit a parse tree produced byGQLParser.paramRef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParamRefin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgePattern
Visit a parse tree produced byGQLParser.edgePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectedEdge
Visit a parse tree produced byGQLParser.directedEdge().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectedEdgein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReverseDirectedEdge
Visit a parse tree produced byGQLParser.reverseDirectedEdge().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReverseDirectedEdgein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndirectedEdge
Visit a parse tree produced byGQLParser.undirectedEdge().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUndirectedEdgein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementVariable
Visit a parse tree produced byGQLParser.elementVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementVariablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelName
Visit a parse tree produced byGQLParser.labelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-