T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface ObjectQueryVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ObjectQueryParser
.T visitScript(ObjectQueryParser.ScriptContext ctx)
ObjectQueryParser.script()
.ctx
- the parse treeT visitSelectStats(ObjectQueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in ObjectQueryParser.selectStatement()
.ctx
- the parse treeT visitReplaceStats(ObjectQueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in ObjectQueryParser.updateStatement()
.ctx
- the parse treeT visitInsertStats(ObjectQueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in ObjectQueryParser.updateStatement()
.ctx
- the parse treeT visitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in ObjectQueryParser.assignments()
.ctx
- the parse treeT visitAssignStats(ObjectQueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in ObjectQueryParser.assignments()
.ctx
- the parse treeT visitWhereStatement(ObjectQueryParser.WhereStatementContext ctx)
ObjectQueryParser.whereStatement()
.ctx
- the parse treeT visitSearchObjectId(ObjectQueryParser.SearchObjectIdContext ctx)
SearchObjectId
labeled alternative in ObjectQueryParser.searchCondition()
.ctx
- the parse treeT visitSearchRecord(ObjectQueryParser.SearchRecordContext ctx)
SearchRecord
labeled alternative in ObjectQueryParser.searchCondition()
.ctx
- the parse treeT visitObjectField(ObjectQueryParser.ObjectFieldContext ctx)
ObjectQueryParser.objectField()
.ctx
- the parse treeT visitIdentifier(ObjectQueryParser.IdentifierContext ctx)
ObjectQueryParser.identifier()
.ctx
- the parse treeT visitObjectAssigns(ObjectQueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in ObjectQueryParser.object()
.ctx
- the parse treeT visitObjectEmpty(ObjectQueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in ObjectQueryParser.object()
.ctx
- the parse treeT visitArrayValue(ObjectQueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in ObjectQueryParser.array()
.ctx
- the parse treeT visitArrayEmpty(ObjectQueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in ObjectQueryParser.array()
.ctx
- the parse treeT visitStrings(ObjectQueryParser.StringsContext ctx)
Strings
labeled alternative in ObjectQueryParser.value()
.ctx
- the parse treeT visitNumbers(ObjectQueryParser.NumbersContext ctx)
Numbers
labeled alternative in ObjectQueryParser.value()
.ctx
- the parse treeT visitObjects(ObjectQueryParser.ObjectsContext ctx)
Objects
labeled alternative in ObjectQueryParser.value()
.ctx
- the parse treeT visitArrays(ObjectQueryParser.ArraysContext ctx)
Arrays
labeled alternative in ObjectQueryParser.value()
.ctx
- the parse treeT visitBooleans(ObjectQueryParser.BooleansContext ctx)
Booleans
labeled alternative in ObjectQueryParser.value()
.ctx
- the parse treeT visitNulls(ObjectQueryParser.NullsContext ctx)
Nulls
labeled alternative in ObjectQueryParser.value()
.ctx
- the parse treeCopyright © 2016. All rights reserved.