public class ObjectQueryBaseListener extends Object implements ObjectQueryListener
ObjectQueryListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
ObjectQueryBaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
enterArrayEmpty(ObjectQueryParser.ArrayEmptyContext ctx)
Enter a parse tree produced by the
ArrayEmpty
labeled alternative in ObjectQueryParser.array() . |
void |
enterArrays(ObjectQueryParser.ArraysContext ctx)
Enter a parse tree produced by the
Arrays
labeled alternative in ObjectQueryParser.value() . |
void |
enterArrayValue(ObjectQueryParser.ArrayValueContext ctx)
Enter a parse tree produced by the
ArrayValue
labeled alternative in ObjectQueryParser.array() . |
void |
enterAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Enter a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
void |
enterAssignStats(ObjectQueryParser.AssignStatsContext ctx)
Enter a parse tree produced by the
AssignStats
labeled alternative in ObjectQueryParser.assignments() . |
void |
enterBooleans(ObjectQueryParser.BooleansContext ctx)
Enter a parse tree produced by the
Booleans
labeled alternative in ObjectQueryParser.value() . |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterIdentifier(ObjectQueryParser.IdentifierContext ctx)
Enter a parse tree produced by
ObjectQueryParser.identifier() . |
void |
enterInsertStats(ObjectQueryParser.InsertStatsContext ctx)
Enter a parse tree produced by the
InsertStats
labeled alternative in ObjectQueryParser.updateStatement() . |
void |
enterNulls(ObjectQueryParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
void |
enterNumbers(ObjectQueryParser.NumbersContext ctx)
Enter a parse tree produced by the
Numbers
labeled alternative in ObjectQueryParser.value() . |
void |
enterObjectAssigns(ObjectQueryParser.ObjectAssignsContext ctx)
Enter a parse tree produced by the
ObjectAssigns
labeled alternative in ObjectQueryParser.object() . |
void |
enterObjectEmpty(ObjectQueryParser.ObjectEmptyContext ctx)
Enter a parse tree produced by the
ObjectEmpty
labeled alternative in ObjectQueryParser.object() . |
void |
enterObjectField(ObjectQueryParser.ObjectFieldContext ctx)
Enter a parse tree produced by
ObjectQueryParser.objectField() . |
void |
enterObjects(ObjectQueryParser.ObjectsContext ctx)
Enter a parse tree produced by the
Objects
labeled alternative in ObjectQueryParser.value() . |
void |
enterReplaceStats(ObjectQueryParser.ReplaceStatsContext ctx)
Enter a parse tree produced by the
ReplaceStats
labeled alternative in ObjectQueryParser.updateStatement() . |
void |
enterScript(ObjectQueryParser.ScriptContext ctx)
Enter a parse tree produced by
ObjectQueryParser.script() . |
void |
enterSearchObjectId(ObjectQueryParser.SearchObjectIdContext ctx)
Enter a parse tree produced by the
SearchObjectId
labeled alternative in ObjectQueryParser.searchCondition() . |
void |
enterSearchRecord(ObjectQueryParser.SearchRecordContext ctx)
Enter a parse tree produced by the
SearchRecord
labeled alternative in ObjectQueryParser.searchCondition() . |
void |
enterSelectStats(ObjectQueryParser.SelectStatsContext ctx)
Enter a parse tree produced by the
SelectStats
labeled alternative in ObjectQueryParser.selectStatement() . |
void |
enterStrings(ObjectQueryParser.StringsContext ctx)
Enter a parse tree produced by the
Strings
labeled alternative in ObjectQueryParser.value() . |
void |
enterWhereStatement(ObjectQueryParser.WhereStatementContext ctx)
Enter a parse tree produced by
ObjectQueryParser.whereStatement() . |
void |
exitArrayEmpty(ObjectQueryParser.ArrayEmptyContext ctx)
Exit a parse tree produced by the
ArrayEmpty
labeled alternative in ObjectQueryParser.array() . |
void |
exitArrays(ObjectQueryParser.ArraysContext ctx)
Exit a parse tree produced by the
Arrays
labeled alternative in ObjectQueryParser.value() . |
void |
exitArrayValue(ObjectQueryParser.ArrayValueContext ctx)
Exit a parse tree produced by the
ArrayValue
labeled alternative in ObjectQueryParser.array() . |
void |
exitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Exit a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
void |
exitAssignStats(ObjectQueryParser.AssignStatsContext ctx)
Exit a parse tree produced by the
AssignStats
labeled alternative in ObjectQueryParser.assignments() . |
void |
exitBooleans(ObjectQueryParser.BooleansContext ctx)
Exit a parse tree produced by the
Booleans
labeled alternative in ObjectQueryParser.value() . |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitIdentifier(ObjectQueryParser.IdentifierContext ctx)
Exit a parse tree produced by
ObjectQueryParser.identifier() . |
void |
exitInsertStats(ObjectQueryParser.InsertStatsContext ctx)
Exit a parse tree produced by the
InsertStats
labeled alternative in ObjectQueryParser.updateStatement() . |
void |
exitNulls(ObjectQueryParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
void |
exitNumbers(ObjectQueryParser.NumbersContext ctx)
Exit a parse tree produced by the
Numbers
labeled alternative in ObjectQueryParser.value() . |
void |
exitObjectAssigns(ObjectQueryParser.ObjectAssignsContext ctx)
Exit a parse tree produced by the
ObjectAssigns
labeled alternative in ObjectQueryParser.object() . |
void |
exitObjectEmpty(ObjectQueryParser.ObjectEmptyContext ctx)
Exit a parse tree produced by the
ObjectEmpty
labeled alternative in ObjectQueryParser.object() . |
void |
exitObjectField(ObjectQueryParser.ObjectFieldContext ctx)
Exit a parse tree produced by
ObjectQueryParser.objectField() . |
void |
exitObjects(ObjectQueryParser.ObjectsContext ctx)
Exit a parse tree produced by the
Objects
labeled alternative in ObjectQueryParser.value() . |
void |
exitReplaceStats(ObjectQueryParser.ReplaceStatsContext ctx)
Exit a parse tree produced by the
ReplaceStats
labeled alternative in ObjectQueryParser.updateStatement() . |
void |
exitScript(ObjectQueryParser.ScriptContext ctx)
Exit a parse tree produced by
ObjectQueryParser.script() . |
void |
exitSearchObjectId(ObjectQueryParser.SearchObjectIdContext ctx)
Exit a parse tree produced by the
SearchObjectId
labeled alternative in ObjectQueryParser.searchCondition() . |
void |
exitSearchRecord(ObjectQueryParser.SearchRecordContext ctx)
Exit a parse tree produced by the
SearchRecord
labeled alternative in ObjectQueryParser.searchCondition() . |
void |
exitSelectStats(ObjectQueryParser.SelectStatsContext ctx)
Exit a parse tree produced by the
SelectStats
labeled alternative in ObjectQueryParser.selectStatement() . |
void |
exitStrings(ObjectQueryParser.StringsContext ctx)
Exit a parse tree produced by the
Strings
labeled alternative in ObjectQueryParser.value() . |
void |
exitWhereStatement(ObjectQueryParser.WhereStatementContext ctx)
Exit a parse tree produced by
ObjectQueryParser.whereStatement() . |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterScript(ObjectQueryParser.ScriptContext ctx)
ObjectQueryParser.script()
.
The default implementation does nothing.
enterScript
in interface ObjectQueryListener
ctx
- the parse treepublic void exitScript(ObjectQueryParser.ScriptContext ctx)
ObjectQueryParser.script()
.
The default implementation does nothing.
exitScript
in interface ObjectQueryListener
ctx
- the parse treepublic void enterSelectStats(ObjectQueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in ObjectQueryParser.selectStatement()
.
The default implementation does nothing.
enterSelectStats
in interface ObjectQueryListener
ctx
- the parse treepublic void exitSelectStats(ObjectQueryParser.SelectStatsContext ctx)
SelectStats
labeled alternative in ObjectQueryParser.selectStatement()
.
The default implementation does nothing.
exitSelectStats
in interface ObjectQueryListener
ctx
- the parse treepublic void enterReplaceStats(ObjectQueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in ObjectQueryParser.updateStatement()
.
The default implementation does nothing.
enterReplaceStats
in interface ObjectQueryListener
ctx
- the parse treepublic void exitReplaceStats(ObjectQueryParser.ReplaceStatsContext ctx)
ReplaceStats
labeled alternative in ObjectQueryParser.updateStatement()
.
The default implementation does nothing.
exitReplaceStats
in interface ObjectQueryListener
ctx
- the parse treepublic void enterInsertStats(ObjectQueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in ObjectQueryParser.updateStatement()
.
The default implementation does nothing.
enterInsertStats
in interface ObjectQueryListener
ctx
- the parse treepublic void exitInsertStats(ObjectQueryParser.InsertStatsContext ctx)
InsertStats
labeled alternative in ObjectQueryParser.updateStatement()
.
The default implementation does nothing.
exitInsertStats
in interface ObjectQueryListener
ctx
- the parse treepublic void enterAssignObject(ObjectQueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in ObjectQueryParser.assignments()
.
The default implementation does nothing.
enterAssignObject
in interface ObjectQueryListener
ctx
- the parse treepublic void exitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
AssignObject
labeled alternative in ObjectQueryParser.assignments()
.
The default implementation does nothing.
exitAssignObject
in interface ObjectQueryListener
ctx
- the parse treepublic void enterAssignStats(ObjectQueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in ObjectQueryParser.assignments()
.
The default implementation does nothing.
enterAssignStats
in interface ObjectQueryListener
ctx
- the parse treepublic void exitAssignStats(ObjectQueryParser.AssignStatsContext ctx)
AssignStats
labeled alternative in ObjectQueryParser.assignments()
.
The default implementation does nothing.
exitAssignStats
in interface ObjectQueryListener
ctx
- the parse treepublic void enterWhereStatement(ObjectQueryParser.WhereStatementContext ctx)
ObjectQueryParser.whereStatement()
.
The default implementation does nothing.
enterWhereStatement
in interface ObjectQueryListener
ctx
- the parse treepublic void exitWhereStatement(ObjectQueryParser.WhereStatementContext ctx)
ObjectQueryParser.whereStatement()
.
The default implementation does nothing.
exitWhereStatement
in interface ObjectQueryListener
ctx
- the parse treepublic void enterSearchObjectId(ObjectQueryParser.SearchObjectIdContext ctx)
SearchObjectId
labeled alternative in ObjectQueryParser.searchCondition()
.
The default implementation does nothing.
enterSearchObjectId
in interface ObjectQueryListener
ctx
- the parse treepublic void exitSearchObjectId(ObjectQueryParser.SearchObjectIdContext ctx)
SearchObjectId
labeled alternative in ObjectQueryParser.searchCondition()
.
The default implementation does nothing.
exitSearchObjectId
in interface ObjectQueryListener
ctx
- the parse treepublic void enterSearchRecord(ObjectQueryParser.SearchRecordContext ctx)
SearchRecord
labeled alternative in ObjectQueryParser.searchCondition()
.
The default implementation does nothing.
enterSearchRecord
in interface ObjectQueryListener
ctx
- the parse treepublic void exitSearchRecord(ObjectQueryParser.SearchRecordContext ctx)
SearchRecord
labeled alternative in ObjectQueryParser.searchCondition()
.
The default implementation does nothing.
exitSearchRecord
in interface ObjectQueryListener
ctx
- the parse treepublic void enterObjectField(ObjectQueryParser.ObjectFieldContext ctx)
ObjectQueryParser.objectField()
.
The default implementation does nothing.
enterObjectField
in interface ObjectQueryListener
ctx
- the parse treepublic void exitObjectField(ObjectQueryParser.ObjectFieldContext ctx)
ObjectQueryParser.objectField()
.
The default implementation does nothing.
exitObjectField
in interface ObjectQueryListener
ctx
- the parse treepublic void enterIdentifier(ObjectQueryParser.IdentifierContext ctx)
ObjectQueryParser.identifier()
.
The default implementation does nothing.
enterIdentifier
in interface ObjectQueryListener
ctx
- the parse treepublic void exitIdentifier(ObjectQueryParser.IdentifierContext ctx)
ObjectQueryParser.identifier()
.
The default implementation does nothing.
exitIdentifier
in interface ObjectQueryListener
ctx
- the parse treepublic void enterObjectAssigns(ObjectQueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in ObjectQueryParser.object()
.
The default implementation does nothing.
enterObjectAssigns
in interface ObjectQueryListener
ctx
- the parse treepublic void exitObjectAssigns(ObjectQueryParser.ObjectAssignsContext ctx)
ObjectAssigns
labeled alternative in ObjectQueryParser.object()
.
The default implementation does nothing.
exitObjectAssigns
in interface ObjectQueryListener
ctx
- the parse treepublic void enterObjectEmpty(ObjectQueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in ObjectQueryParser.object()
.
The default implementation does nothing.
enterObjectEmpty
in interface ObjectQueryListener
ctx
- the parse treepublic void exitObjectEmpty(ObjectQueryParser.ObjectEmptyContext ctx)
ObjectEmpty
labeled alternative in ObjectQueryParser.object()
.
The default implementation does nothing.
exitObjectEmpty
in interface ObjectQueryListener
ctx
- the parse treepublic void enterArrayValue(ObjectQueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in ObjectQueryParser.array()
.
The default implementation does nothing.
enterArrayValue
in interface ObjectQueryListener
ctx
- the parse treepublic void exitArrayValue(ObjectQueryParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in ObjectQueryParser.array()
.
The default implementation does nothing.
exitArrayValue
in interface ObjectQueryListener
ctx
- the parse treepublic void enterArrayEmpty(ObjectQueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in ObjectQueryParser.array()
.
The default implementation does nothing.
enterArrayEmpty
in interface ObjectQueryListener
ctx
- the parse treepublic void exitArrayEmpty(ObjectQueryParser.ArrayEmptyContext ctx)
ArrayEmpty
labeled alternative in ObjectQueryParser.array()
.
The default implementation does nothing.
exitArrayEmpty
in interface ObjectQueryListener
ctx
- the parse treepublic void enterStrings(ObjectQueryParser.StringsContext ctx)
Strings
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
enterStrings
in interface ObjectQueryListener
ctx
- the parse treepublic void exitStrings(ObjectQueryParser.StringsContext ctx)
Strings
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
exitStrings
in interface ObjectQueryListener
ctx
- the parse treepublic void enterNumbers(ObjectQueryParser.NumbersContext ctx)
Numbers
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
enterNumbers
in interface ObjectQueryListener
ctx
- the parse treepublic void exitNumbers(ObjectQueryParser.NumbersContext ctx)
Numbers
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
exitNumbers
in interface ObjectQueryListener
ctx
- the parse treepublic void enterObjects(ObjectQueryParser.ObjectsContext ctx)
Objects
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
enterObjects
in interface ObjectQueryListener
ctx
- the parse treepublic void exitObjects(ObjectQueryParser.ObjectsContext ctx)
Objects
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
exitObjects
in interface ObjectQueryListener
ctx
- the parse treepublic void enterArrays(ObjectQueryParser.ArraysContext ctx)
Arrays
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
enterArrays
in interface ObjectQueryListener
ctx
- the parse treepublic void exitArrays(ObjectQueryParser.ArraysContext ctx)
Arrays
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
exitArrays
in interface ObjectQueryListener
ctx
- the parse treepublic void enterBooleans(ObjectQueryParser.BooleansContext ctx)
Booleans
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
enterBooleans
in interface ObjectQueryListener
ctx
- the parse treepublic void exitBooleans(ObjectQueryParser.BooleansContext ctx)
Booleans
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
exitBooleans
in interface ObjectQueryListener
ctx
- the parse treepublic void enterNulls(ObjectQueryParser.NullsContext ctx)
Nulls
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
enterNulls
in interface ObjectQueryListener
ctx
- the parse treepublic void exitNulls(ObjectQueryParser.NullsContext ctx)
Nulls
labeled alternative in ObjectQueryParser.value()
.
The default implementation does nothing.
exitNulls
in interface ObjectQueryListener
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.