T
- The return type of the visit operation. Use Void
for
operations with no return type.public class ObjectQueryBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ObjectQueryVisitor<T>
ObjectQueryVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.Constructor and Description |
---|
ObjectQueryBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public T visitScript(ObjectQueryParser.ScriptContext ctx)
ObjectQueryParser.script()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitScript
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitSelectStats(ObjectQueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in ObjectQueryParser.selectStatement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSelectStats
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitReplaceStats(ObjectQueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in ObjectQueryParser.updateStatement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitReplaceStats
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitInsertStats(ObjectQueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in ObjectQueryParser.updateStatement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInsertStats
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in ObjectQueryParser.assignments()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAssignObject
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitAssignStats(ObjectQueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in ObjectQueryParser.assignments()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAssignStats
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitWhereStatement(ObjectQueryParser.WhereStatementContext ctx)
ObjectQueryParser.whereStatement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitWhereStatement
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitSearchObjectId(ObjectQueryParser.SearchObjectIdContext ctx)
SearchObjectId
labeled alternative in ObjectQueryParser.searchCondition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSearchObjectId
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitSearchRecord(ObjectQueryParser.SearchRecordContext ctx)
SearchRecord
labeled alternative in ObjectQueryParser.searchCondition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSearchRecord
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitObjectField(ObjectQueryParser.ObjectFieldContext ctx)
ObjectQueryParser.objectField()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitObjectField
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitIdentifier(ObjectQueryParser.IdentifierContext ctx)
ObjectQueryParser.identifier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIdentifier
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitObjectAssigns(ObjectQueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in ObjectQueryParser.object()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitObjectAssigns
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitObjectEmpty(ObjectQueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in ObjectQueryParser.object()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitObjectEmpty
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitArrayValue(ObjectQueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in ObjectQueryParser.array()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitArrayValue
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitArrayEmpty(ObjectQueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in ObjectQueryParser.array()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitArrayEmpty
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitStrings(ObjectQueryParser.StringsContext ctx)
Strings
labeled alternative in ObjectQueryParser.value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStrings
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitNumbers(ObjectQueryParser.NumbersContext ctx)
Numbers
labeled alternative in ObjectQueryParser.value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNumbers
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitObjects(ObjectQueryParser.ObjectsContext ctx)
Objects
labeled alternative in ObjectQueryParser.value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitObjects
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitArrays(ObjectQueryParser.ArraysContext ctx)
Arrays
labeled alternative in ObjectQueryParser.value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitArrays
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitBooleans(ObjectQueryParser.BooleansContext ctx)
Booleans
labeled alternative in ObjectQueryParser.value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBooleans
in interface ObjectQueryVisitor<T>
ctx
- the parse treepublic T visitNulls(ObjectQueryParser.NullsContext ctx)
Nulls
labeled alternative in ObjectQueryParser.value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNulls
in interface ObjectQueryVisitor<T>
ctx
- the parse treeCopyright © 2016. All rights reserved.