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