public interface QueryListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
QueryParser
.Modifier and Type | Method and Description |
---|---|
void |
enterAll(QueryParser.AllContext ctx)
Enter a parse tree produced by the
All
labeled alternative in QueryParser.objectField() . |
void |
enterArrayEmpty(QueryParser.ArrayEmptyContext ctx)
Enter a parse tree produced by the
ArrayEmpty
labeled alternative in QueryParser.array() . |
void |
enterArrays(QueryParser.ArraysContext ctx)
Enter a parse tree produced by the
Arrays
labeled alternative in QueryParser.value() . |
void |
enterArrayValue(QueryParser.ArrayValueContext ctx)
Enter a parse tree produced by the
ArrayValue
labeled alternative in QueryParser.array() . |
void |
enterAssignObject(QueryParser.AssignObjectContext ctx)
Enter a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
void |
enterAssignStats(QueryParser.AssignStatsContext ctx)
Enter a parse tree produced by the
AssignStats
labeled alternative in QueryParser.assignments() . |
void |
enterBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Enter a parse tree produced by
QueryParser.binaryOperator() . |
void |
enterBooleans(QueryParser.BooleansContext ctx)
Enter a parse tree produced by the
Booleans
labeled alternative in QueryParser.value() . |
void |
enterComparison(QueryParser.ComparisonContext ctx)
Enter a parse tree produced by the
Comparison
labeled alternative in QueryParser.objectPredicate() . |
void |
enterComparisonOperator(QueryParser.ComparisonOperatorContext ctx)
Enter a parse tree produced by
QueryParser.comparisonOperator() . |
void |
enterCountExpr(QueryParser.CountExprContext ctx)
Enter a parse tree produced by the
CountExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
enterExistExpr(QueryParser.ExistExprContext ctx)
Enter a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
enterExpParen(QueryParser.ExpParenContext ctx)
Enter a parse tree produced by the
ExpParen
labeled alternative in QueryParser.expression() . |
void |
enterExpr(QueryParser.ExprContext ctx)
Enter a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
void |
enterExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Enter a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
void |
enterExpValues(QueryParser.ExpValuesContext ctx)
Enter a parse tree produced by the
ExpValues
labeled alternative in QueryParser.expression() . |
void |
enterFunctionExp(QueryParser.FunctionExpContext ctx)
Enter a parse tree produced by the
FunctionExp
labeled alternative in QueryParser.expression() . |
void |
enterIdentifier(QueryParser.IdentifierContext ctx)
Enter a parse tree produced by
QueryParser.identifier() . |
void |
enterIDS(QueryParser.IDSContext ctx)
Enter a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
void |
enterInComp(QueryParser.InCompContext ctx)
Enter a parse tree produced by the
InComp
labeled alternative in QueryParser.objectPredicate() . |
void |
enterInsertStats(QueryParser.InsertStatsContext ctx)
Enter a parse tree produced by the
InsertStats
labeled alternative in QueryParser.updateStatement() . |
void |
enterKeys(QueryParser.KeysContext ctx)
Enter a parse tree produced by the
Keys
labeled alternative in QueryParser.objectField() . |
void |
enterLimitPhrase(QueryParser.LimitPhraseContext ctx)
Enter a parse tree produced by the
LimitPhrase
labeled alternative in QueryParser.limitCause() . |
void |
enterLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Enter a parse tree produced by
QueryParser.logicalOperator() . |
void |
enterLogicPredicate(QueryParser.LogicPredicateContext ctx)
Enter a parse tree produced by the
LogicPredicate
labeled alternative in QueryParser.predicate() . |
void |
enterLowerExpr(QueryParser.LowerExprContext ctx)
Enter a parse tree produced by the
LowerExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
enterNotPredicate(QueryParser.NotPredicateContext ctx)
Enter a parse tree produced by the
NotPredicate
labeled alternative in QueryParser.predicate() . |
void |
enterNulls(QueryParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
void |
enterNumbers(QueryParser.NumbersContext ctx)
Enter a parse tree produced by the
Numbers
labeled alternative in QueryParser.value() . |
void |
enterObjectAssigns(QueryParser.ObjectAssignsContext ctx)
Enter a parse tree produced by the
ObjectAssigns
labeled alternative in QueryParser.object() . |
void |
enterObjectEmpty(QueryParser.ObjectEmptyContext ctx)
Enter a parse tree produced by the
ObjectEmpty
labeled alternative in QueryParser.object() . |
void |
enterObjects(QueryParser.ObjectsContext ctx)
Enter a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
void |
enterObjPredicate(QueryParser.ObjPredicateContext ctx)
Enter a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
void |
enterParenPredicate(QueryParser.ParenPredicateContext ctx)
Enter a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
void |
enterReplaceStats(QueryParser.ReplaceStatsContext ctx)
Enter a parse tree produced by the
ReplaceStats
labeled alternative in QueryParser.updateStatement() . |
void |
enterScript(QueryParser.ScriptContext ctx)
Enter a parse tree produced by
QueryParser.script() . |
void |
enterSelectStats(QueryParser.SelectStatsContext ctx)
Enter a parse tree produced by the
SelectStats
labeled alternative in QueryParser.selectStatement() . |
void |
enterStrings(QueryParser.StringsContext ctx)
Enter a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
void |
enterStrToBytesFuncExpr(QueryParser.StrToBytesFuncExprContext ctx)
Enter a parse tree produced by the
StrToBytesFuncExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
enterSubstrExpr(QueryParser.SubstrExprContext ctx)
Enter a parse tree produced by the
SubstrExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
enterUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Enter a parse tree produced by
QueryParser.unaryOperator() . |
void |
enterUpperExpr(QueryParser.UpperExprContext ctx)
Enter a parse tree produced by the
UpperExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
enterWhereStatement(QueryParser.WhereStatementContext ctx)
Enter a parse tree produced by
QueryParser.whereStatement() . |
void |
exitAll(QueryParser.AllContext ctx)
Exit a parse tree produced by the
All
labeled alternative in QueryParser.objectField() . |
void |
exitArrayEmpty(QueryParser.ArrayEmptyContext ctx)
Exit a parse tree produced by the
ArrayEmpty
labeled alternative in QueryParser.array() . |
void |
exitArrays(QueryParser.ArraysContext ctx)
Exit a parse tree produced by the
Arrays
labeled alternative in QueryParser.value() . |
void |
exitArrayValue(QueryParser.ArrayValueContext ctx)
Exit a parse tree produced by the
ArrayValue
labeled alternative in QueryParser.array() . |
void |
exitAssignObject(QueryParser.AssignObjectContext ctx)
Exit a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
void |
exitAssignStats(QueryParser.AssignStatsContext ctx)
Exit a parse tree produced by the
AssignStats
labeled alternative in QueryParser.assignments() . |
void |
exitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Exit a parse tree produced by
QueryParser.binaryOperator() . |
void |
exitBooleans(QueryParser.BooleansContext ctx)
Exit a parse tree produced by the
Booleans
labeled alternative in QueryParser.value() . |
void |
exitComparison(QueryParser.ComparisonContext ctx)
Exit a parse tree produced by the
Comparison
labeled alternative in QueryParser.objectPredicate() . |
void |
exitComparisonOperator(QueryParser.ComparisonOperatorContext ctx)
Exit a parse tree produced by
QueryParser.comparisonOperator() . |
void |
exitCountExpr(QueryParser.CountExprContext ctx)
Exit a parse tree produced by the
CountExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
exitExistExpr(QueryParser.ExistExprContext ctx)
Exit a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
exitExpParen(QueryParser.ExpParenContext ctx)
Exit a parse tree produced by the
ExpParen
labeled alternative in QueryParser.expression() . |
void |
exitExpr(QueryParser.ExprContext ctx)
Exit a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
void |
exitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Exit a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
void |
exitExpValues(QueryParser.ExpValuesContext ctx)
Exit a parse tree produced by the
ExpValues
labeled alternative in QueryParser.expression() . |
void |
exitFunctionExp(QueryParser.FunctionExpContext ctx)
Exit a parse tree produced by the
FunctionExp
labeled alternative in QueryParser.expression() . |
void |
exitIdentifier(QueryParser.IdentifierContext ctx)
Exit a parse tree produced by
QueryParser.identifier() . |
void |
exitIDS(QueryParser.IDSContext ctx)
Exit a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
void |
exitInComp(QueryParser.InCompContext ctx)
Exit a parse tree produced by the
InComp
labeled alternative in QueryParser.objectPredicate() . |
void |
exitInsertStats(QueryParser.InsertStatsContext ctx)
Exit a parse tree produced by the
InsertStats
labeled alternative in QueryParser.updateStatement() . |
void |
exitKeys(QueryParser.KeysContext ctx)
Exit a parse tree produced by the
Keys
labeled alternative in QueryParser.objectField() . |
void |
exitLimitPhrase(QueryParser.LimitPhraseContext ctx)
Exit a parse tree produced by the
LimitPhrase
labeled alternative in QueryParser.limitCause() . |
void |
exitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Exit a parse tree produced by
QueryParser.logicalOperator() . |
void |
exitLogicPredicate(QueryParser.LogicPredicateContext ctx)
Exit a parse tree produced by the
LogicPredicate
labeled alternative in QueryParser.predicate() . |
void |
exitLowerExpr(QueryParser.LowerExprContext ctx)
Exit a parse tree produced by the
LowerExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
exitNotPredicate(QueryParser.NotPredicateContext ctx)
Exit a parse tree produced by the
NotPredicate
labeled alternative in QueryParser.predicate() . |
void |
exitNulls(QueryParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
void |
exitNumbers(QueryParser.NumbersContext ctx)
Exit a parse tree produced by the
Numbers
labeled alternative in QueryParser.value() . |
void |
exitObjectAssigns(QueryParser.ObjectAssignsContext ctx)
Exit a parse tree produced by the
ObjectAssigns
labeled alternative in QueryParser.object() . |
void |
exitObjectEmpty(QueryParser.ObjectEmptyContext ctx)
Exit a parse tree produced by the
ObjectEmpty
labeled alternative in QueryParser.object() . |
void |
exitObjects(QueryParser.ObjectsContext ctx)
Exit a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
void |
exitObjPredicate(QueryParser.ObjPredicateContext ctx)
Exit a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
void |
exitParenPredicate(QueryParser.ParenPredicateContext ctx)
Exit a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
void |
exitReplaceStats(QueryParser.ReplaceStatsContext ctx)
Exit a parse tree produced by the
ReplaceStats
labeled alternative in QueryParser.updateStatement() . |
void |
exitScript(QueryParser.ScriptContext ctx)
Exit a parse tree produced by
QueryParser.script() . |
void |
exitSelectStats(QueryParser.SelectStatsContext ctx)
Exit a parse tree produced by the
SelectStats
labeled alternative in QueryParser.selectStatement() . |
void |
exitStrings(QueryParser.StringsContext ctx)
Exit a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
void |
exitStrToBytesFuncExpr(QueryParser.StrToBytesFuncExprContext ctx)
Exit a parse tree produced by the
StrToBytesFuncExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
exitSubstrExpr(QueryParser.SubstrExprContext ctx)
Exit a parse tree produced by the
SubstrExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
exitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Exit a parse tree produced by
QueryParser.unaryOperator() . |
void |
exitUpperExpr(QueryParser.UpperExprContext ctx)
Exit a parse tree produced by the
UpperExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
exitWhereStatement(QueryParser.WhereStatementContext ctx)
Exit a parse tree produced by
QueryParser.whereStatement() . |
void enterScript(QueryParser.ScriptContext ctx)
QueryParser.script()
.ctx
- the parse treevoid exitScript(QueryParser.ScriptContext ctx)
QueryParser.script()
.ctx
- the parse treevoid enterSelectStats(QueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in QueryParser.selectStatement()
.ctx
- the parse treevoid exitSelectStats(QueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in QueryParser.selectStatement()
.ctx
- the parse treevoid enterReplaceStats(QueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in QueryParser.updateStatement()
.ctx
- the parse treevoid exitReplaceStats(QueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in QueryParser.updateStatement()
.ctx
- the parse treevoid enterInsertStats(QueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in QueryParser.updateStatement()
.ctx
- the parse treevoid exitInsertStats(QueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in QueryParser.updateStatement()
.ctx
- the parse treevoid enterWhereStatement(QueryParser.WhereStatementContext ctx)
QueryParser.whereStatement()
.ctx
- the parse treevoid exitWhereStatement(QueryParser.WhereStatementContext ctx)
QueryParser.whereStatement()
.ctx
- the parse treevoid enterLimitPhrase(QueryParser.LimitPhraseContext ctx)
LimitPhrase
labeled alternative in QueryParser.limitCause()
.ctx
- the parse treevoid exitLimitPhrase(QueryParser.LimitPhraseContext ctx)
LimitPhrase
labeled alternative in QueryParser.limitCause()
.ctx
- the parse treevoid enterObjPredicate(QueryParser.ObjPredicateContext ctx)
ObjPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid exitObjPredicate(QueryParser.ObjPredicateContext ctx)
ObjPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid enterLogicPredicate(QueryParser.LogicPredicateContext ctx)
LogicPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid exitLogicPredicate(QueryParser.LogicPredicateContext ctx)
LogicPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid enterNotPredicate(QueryParser.NotPredicateContext ctx)
NotPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid exitNotPredicate(QueryParser.NotPredicateContext ctx)
NotPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid enterParenPredicate(QueryParser.ParenPredicateContext ctx)
ParenPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid exitParenPredicate(QueryParser.ParenPredicateContext ctx)
ParenPredicate
labeled alternative in QueryParser.predicate()
.ctx
- the parse treevoid enterComparison(QueryParser.ComparisonContext ctx)
Comparison
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treevoid exitComparison(QueryParser.ComparisonContext ctx)
Comparison
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treevoid enterInComp(QueryParser.InCompContext ctx)
InComp
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treevoid exitInComp(QueryParser.InCompContext ctx)
InComp
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treevoid enterExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treevoid exitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate()
.ctx
- the parse treevoid enterFunctionExp(QueryParser.FunctionExpContext ctx)
FunctionExp
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid exitFunctionExp(QueryParser.FunctionExpContext ctx)
FunctionExp
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid enterExpr(QueryParser.ExprContext ctx)
Expr
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid exitExpr(QueryParser.ExprContext ctx)
Expr
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid enterExpValues(QueryParser.ExpValuesContext ctx)
ExpValues
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid exitExpValues(QueryParser.ExpValuesContext ctx)
ExpValues
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid enterExpParen(QueryParser.ExpParenContext ctx)
ExpParen
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid exitExpParen(QueryParser.ExpParenContext ctx)
ExpParen
labeled alternative in QueryParser.expression()
.ctx
- the parse treevoid enterLowerExpr(QueryParser.LowerExprContext ctx)
LowerExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid exitLowerExpr(QueryParser.LowerExprContext ctx)
LowerExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid enterUpperExpr(QueryParser.UpperExprContext ctx)
UpperExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid exitUpperExpr(QueryParser.UpperExprContext ctx)
UpperExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid enterCountExpr(QueryParser.CountExprContext ctx)
CountExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid exitCountExpr(QueryParser.CountExprContext ctx)
CountExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid enterSubstrExpr(QueryParser.SubstrExprContext ctx)
SubstrExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid exitSubstrExpr(QueryParser.SubstrExprContext ctx)
SubstrExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid enterExistExpr(QueryParser.ExistExprContext ctx)
ExistExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid exitExistExpr(QueryParser.ExistExprContext ctx)
ExistExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid enterStrToBytesFuncExpr(QueryParser.StrToBytesFuncExprContext ctx)
StrToBytesFuncExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid exitStrToBytesFuncExpr(QueryParser.StrToBytesFuncExprContext ctx)
StrToBytesFuncExpr
labeled alternative in QueryParser.functionalExpression()
.ctx
- the parse treevoid enterAssignStats(QueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in QueryParser.assignments()
.ctx
- the parse treevoid exitAssignStats(QueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in QueryParser.assignments()
.ctx
- the parse treevoid enterAssignObject(QueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in QueryParser.assignments()
.ctx
- the parse treevoid exitAssignObject(QueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in QueryParser.assignments()
.ctx
- the parse treevoid enterKeys(QueryParser.KeysContext ctx)
Keys
labeled alternative in QueryParser.objectField()
.ctx
- the parse treevoid exitKeys(QueryParser.KeysContext ctx)
Keys
labeled alternative in QueryParser.objectField()
.ctx
- the parse treevoid enterAll(QueryParser.AllContext ctx)
All
labeled alternative in QueryParser.objectField()
.ctx
- the parse treevoid exitAll(QueryParser.AllContext ctx)
All
labeled alternative in QueryParser.objectField()
.ctx
- the parse treevoid enterIDS(QueryParser.IDSContext ctx)
IDS
labeled alternative in QueryParser.objectField()
.ctx
- the parse treevoid exitIDS(QueryParser.IDSContext ctx)
IDS
labeled alternative in QueryParser.objectField()
.ctx
- the parse treevoid enterIdentifier(QueryParser.IdentifierContext ctx)
QueryParser.identifier()
.ctx
- the parse treevoid exitIdentifier(QueryParser.IdentifierContext ctx)
QueryParser.identifier()
.ctx
- the parse treevoid enterObjects(QueryParser.ObjectsContext ctx)
Objects
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid exitObjects(QueryParser.ObjectsContext ctx)
Objects
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid enterArrays(QueryParser.ArraysContext ctx)
Arrays
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid exitArrays(QueryParser.ArraysContext ctx)
Arrays
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid enterStrings(QueryParser.StringsContext ctx)
Strings
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid exitStrings(QueryParser.StringsContext ctx)
Strings
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid enterNumbers(QueryParser.NumbersContext ctx)
Numbers
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid exitNumbers(QueryParser.NumbersContext ctx)
Numbers
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid enterBooleans(QueryParser.BooleansContext ctx)
Booleans
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid exitBooleans(QueryParser.BooleansContext ctx)
Booleans
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid enterNulls(QueryParser.NullsContext ctx)
Nulls
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid exitNulls(QueryParser.NullsContext ctx)
Nulls
labeled alternative in QueryParser.value()
.ctx
- the parse treevoid enterObjectAssigns(QueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in QueryParser.object()
.ctx
- the parse treevoid exitObjectAssigns(QueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in QueryParser.object()
.ctx
- the parse treevoid enterObjectEmpty(QueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in QueryParser.object()
.ctx
- the parse treevoid exitObjectEmpty(QueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in QueryParser.object()
.ctx
- the parse treevoid enterArrayValue(QueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in QueryParser.array()
.ctx
- the parse treevoid exitArrayValue(QueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in QueryParser.array()
.ctx
- the parse treevoid enterArrayEmpty(QueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in QueryParser.array()
.ctx
- the parse treevoid exitArrayEmpty(QueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in QueryParser.array()
.ctx
- the parse treevoid enterBinaryOperator(QueryParser.BinaryOperatorContext ctx)
QueryParser.binaryOperator()
.ctx
- the parse treevoid exitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
QueryParser.binaryOperator()
.ctx
- the parse treevoid enterUnaryOperator(QueryParser.UnaryOperatorContext ctx)
QueryParser.unaryOperator()
.ctx
- the parse treevoid exitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
QueryParser.unaryOperator()
.ctx
- the parse treevoid enterComparisonOperator(QueryParser.ComparisonOperatorContext ctx)
QueryParser.comparisonOperator()
.ctx
- the parse treevoid exitComparisonOperator(QueryParser.ComparisonOperatorContext ctx)
QueryParser.comparisonOperator()
.ctx
- the parse treevoid enterLogicalOperator(QueryParser.LogicalOperatorContext ctx)
QueryParser.logicalOperator()
.ctx
- the parse treevoid exitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
QueryParser.logicalOperator()
.ctx
- the parse treeCopyright © 2016. All rights reserved.