T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface QueryVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
QueryParser
.Modifier and Type | Method and Description |
---|---|
T |
visitAll(QueryParser.AllContext ctx)
Visit a parse tree produced by the
All
labeled alternative in QueryParser.objectField() . |
T |
visitArrayEmpty(QueryParser.ArrayEmptyContext ctx)
Visit a parse tree produced by the
ArrayEmpty
labeled alternative in QueryParser.array() . |
T |
visitArrays(QueryParser.ArraysContext ctx)
Visit a parse tree produced by the
Arrays
labeled alternative in QueryParser.value() . |
T |
visitArrayValue(QueryParser.ArrayValueContext ctx)
Visit a parse tree produced by the
ArrayValue
labeled alternative in QueryParser.array() . |
T |
visitAssignObject(QueryParser.AssignObjectContext ctx)
Visit a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
T |
visitAssignStats(QueryParser.AssignStatsContext ctx)
Visit a parse tree produced by the
AssignStats
labeled alternative in QueryParser.assignments() . |
T |
visitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Visit a parse tree produced by
QueryParser.binaryOperator() . |
T |
visitBooleans(QueryParser.BooleansContext ctx)
Visit a parse tree produced by the
Booleans
labeled alternative in QueryParser.value() . |
T |
visitComparison(QueryParser.ComparisonContext ctx)
Visit a parse tree produced by the
Comparison
labeled alternative in QueryParser.objectPredicate() . |
T |
visitComparisonOperator(QueryParser.ComparisonOperatorContext ctx)
Visit a parse tree produced by
QueryParser.comparisonOperator() . |
T |
visitCountExpr(QueryParser.CountExprContext ctx)
Visit a parse tree produced by the
CountExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
visitExistExpr(QueryParser.ExistExprContext ctx)
Visit a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
visitExpParen(QueryParser.ExpParenContext ctx)
Visit a parse tree produced by the
ExpParen
labeled alternative in QueryParser.expression() . |
T |
visitExpr(QueryParser.ExprContext ctx)
Visit a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
T |
visitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Visit a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
T |
visitExpValues(QueryParser.ExpValuesContext ctx)
Visit a parse tree produced by the
ExpValues
labeled alternative in QueryParser.expression() . |
T |
visitFunctionExp(QueryParser.FunctionExpContext ctx)
Visit a parse tree produced by the
FunctionExp
labeled alternative in QueryParser.expression() . |
T |
visitIdentifier(QueryParser.IdentifierContext ctx)
Visit a parse tree produced by
QueryParser.identifier() . |
T |
visitIDS(QueryParser.IDSContext ctx)
Visit a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
T |
visitInComp(QueryParser.InCompContext ctx)
Visit a parse tree produced by the
InComp
labeled alternative in QueryParser.objectPredicate() . |
T |
visitInsertStats(QueryParser.InsertStatsContext ctx)
Visit a parse tree produced by the
InsertStats
labeled alternative in QueryParser.updateStatement() . |
T |
visitKeys(QueryParser.KeysContext ctx)
Visit a parse tree produced by the
Keys
labeled alternative in QueryParser.objectField() . |
T |
visitLimitPhrase(QueryParser.LimitPhraseContext ctx)
Visit a parse tree produced by the
LimitPhrase
labeled alternative in QueryParser.limitCause() . |
T |
visitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Visit a parse tree produced by
QueryParser.logicalOperator() . |
T |
visitLogicPredicate(QueryParser.LogicPredicateContext ctx)
Visit a parse tree produced by the
LogicPredicate
labeled alternative in QueryParser.predicate() . |
T |
visitLowerExpr(QueryParser.LowerExprContext ctx)
Visit a parse tree produced by the
LowerExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
visitNotPredicate(QueryParser.NotPredicateContext ctx)
Visit a parse tree produced by the
NotPredicate
labeled alternative in QueryParser.predicate() . |
T |
visitNulls(QueryParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
T |
visitNumbers(QueryParser.NumbersContext ctx)
Visit a parse tree produced by the
Numbers
labeled alternative in QueryParser.value() . |
T |
visitObjectAssigns(QueryParser.ObjectAssignsContext ctx)
Visit a parse tree produced by the
ObjectAssigns
labeled alternative in QueryParser.object() . |
T |
visitObjectEmpty(QueryParser.ObjectEmptyContext ctx)
Visit a parse tree produced by the
ObjectEmpty
labeled alternative in QueryParser.object() . |
T |
visitObjects(QueryParser.ObjectsContext ctx)
Visit a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
T |
visitObjPredicate(QueryParser.ObjPredicateContext ctx)
Visit a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
T |
visitParenPredicate(QueryParser.ParenPredicateContext ctx)
Visit a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
T |
visitReplaceStats(QueryParser.ReplaceStatsContext ctx)
Visit a parse tree produced by the
ReplaceStats
labeled alternative in QueryParser.updateStatement() . |
T |
visitScript(QueryParser.ScriptContext ctx)
Visit a parse tree produced by
QueryParser.script() . |
T |
visitSelectStats(QueryParser.SelectStatsContext ctx)
Visit a parse tree produced by the
SelectStats
labeled alternative in QueryParser.selectStatement() . |
T |
visitStrings(QueryParser.StringsContext ctx)
Visit a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
T |
visitStrToBytesFuncExpr(QueryParser.StrToBytesFuncExprContext ctx)
Visit a parse tree produced by the
StrToBytesFuncExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
visitSubstrExpr(QueryParser.SubstrExprContext ctx)
Visit a parse tree produced by the
SubstrExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
visitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Visit a parse tree produced by
QueryParser.unaryOperator() . |
T |
visitUpperExpr(QueryParser.UpperExprContext ctx)
Visit a parse tree produced by the
UpperExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
visitWhereStatement(QueryParser.WhereStatementContext ctx)
Visit a parse tree produced by
QueryParser.whereStatement() . |
T visitScript(QueryParser.ScriptContext ctx)
QueryParser.script()
.ctx
- the parse treeT visitSelectStats(QueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in QueryParser.selectStatement()
.ctx
- the parse treeT visitReplaceStats(QueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in QueryParser.updateStatement()
.ctx
- the parse treeT visitInsertStats(QueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in QueryParser.updateStatement()
.ctx
- the parse treeT visitWhereStatement(QueryParser.WhereStatementContext ctx)
QueryParser.whereStatement()
.ctx
- the parse treeT visitLimitPhrase(QueryParser.LimitPhraseContext ctx)
LimitPhrase
labeled alternative in QueryParser.limitCause()
.ctx
- the parse treeT visitObjPredicate(QueryParser.ObjPredicateContext ctx)
ObjPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treeT visitLogicPredicate(QueryParser.LogicPredicateContext ctx)
LogicPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treeT visitNotPredicate(QueryParser.NotPredicateContext ctx)
NotPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treeT visitParenPredicate(QueryParser.ParenPredicateContext ctx)
ParenPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treeT visitComparison(QueryParser.ComparisonContext ctx)
Comparison
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treeT visitInComp(QueryParser.InCompContext ctx)
InComp
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treeT visitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treeT visitFunctionExp(QueryParser.FunctionExpContext ctx)
FunctionExp
labeled alternative in QueryParser.expression()
.ctx
- the parse treeT visitExpr(QueryParser.ExprContext ctx)
Expr
labeled alternative in QueryParser.expression()
.ctx
- the parse treeT visitExpValues(QueryParser.ExpValuesContext ctx)
ExpValues
labeled alternative in QueryParser.expression()
.ctx
- the parse treeT visitExpParen(QueryParser.ExpParenContext ctx)
ExpParen
labeled alternative in QueryParser.expression()
.ctx
- the parse treeT visitLowerExpr(QueryParser.LowerExprContext ctx)
LowerExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treeT visitUpperExpr(QueryParser.UpperExprContext ctx)
UpperExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treeT visitCountExpr(QueryParser.CountExprContext ctx)
CountExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treeT visitSubstrExpr(QueryParser.SubstrExprContext ctx)
SubstrExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treeT visitExistExpr(QueryParser.ExistExprContext ctx)
ExistExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treeT visitStrToBytesFuncExpr(QueryParser.StrToBytesFuncExprContext ctx)
StrToBytesFuncExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treeT visitAssignStats(QueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in QueryParser.assignments()
.ctx
- the parse treeT visitAssignObject(QueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in QueryParser.assignments()
.ctx
- the parse treeT visitKeys(QueryParser.KeysContext ctx)
Keys
labeled alternative in QueryParser.objectField()
.ctx
- the parse treeT visitAll(QueryParser.AllContext ctx)
All
labeled alternative in QueryParser.objectField()
.ctx
- the parse treeT visitIDS(QueryParser.IDSContext ctx)
IDS
labeled alternative in QueryParser.objectField()
.ctx
- the parse treeT visitIdentifier(QueryParser.IdentifierContext ctx)
QueryParser.identifier()
.ctx
- the parse treeT visitObjects(QueryParser.ObjectsContext ctx)
Objects
labeled alternative in QueryParser.value()
.ctx
- the parse treeT visitArrays(QueryParser.ArraysContext ctx)
Arrays
labeled alternative in QueryParser.value()
.ctx
- the parse treeT visitStrings(QueryParser.StringsContext ctx)
Strings
labeled alternative in QueryParser.value()
.ctx
- the parse treeT visitNumbers(QueryParser.NumbersContext ctx)
Numbers
labeled alternative in QueryParser.value()
.ctx
- the parse treeT visitBooleans(QueryParser.BooleansContext ctx)
Booleans
labeled alternative in QueryParser.value()
.ctx
- the parse treeT visitNulls(QueryParser.NullsContext ctx)
Nulls
labeled alternative in QueryParser.value()
.ctx
- the parse treeT visitObjectAssigns(QueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in QueryParser.object()
.ctx
- the parse treeT visitObjectEmpty(QueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in QueryParser.object()
.ctx
- the parse treeT visitArrayValue(QueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in QueryParser.array()
.ctx
- the parse treeT visitArrayEmpty(QueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in QueryParser.array()
.ctx
- the parse treeT visitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
QueryParser.binaryOperator()
.ctx
- the parse treeT visitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
QueryParser.unaryOperator()
.ctx
- the parse treeT visitComparisonOperator(QueryParser.ComparisonOperatorContext ctx)
QueryParser.comparisonOperator()
.ctx
- the parse treeT visitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
QueryParser.logicalOperator()
.ctx
- the parse treeCopyright © 2016. All rights reserved.