ObjectQueryBaseVisitor
This class provides an empty implementation of ObjectQueryVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
ObjectQueryParser.ArrayEmptyContext |
ObjectQueryParser.ArrayValueContext |
ObjectQueryParser.AssignObjectContext |
ObjectQueryParser.AssignStatsContext |
ObjectQueryParser.BooleansContext |
ObjectQueryParser.IdentifierContext |
ObjectQueryParser.InsertStatsContext |
ObjectQueryParser.NullsContext |
ObjectQueryParser.NumbersContext |
ObjectQueryParser.ObjectAssignsContext |
ObjectQueryParser.ObjectEmptyContext |
ObjectQueryParser.ObjectFieldContext |
ObjectQueryParser.ReplaceStatsContext |
ObjectQueryParser.ScriptContext |
ObjectQueryParser.SearchObjectIdContext |
ObjectQueryParser.SearchRecordContext |
ObjectQueryParser.SelectStatsContext |
ObjectQueryParser.StringsContext |
ObjectQueryParser.WhereStatementContext |
ObjectQueryVisitor
This interface defines a complete generic visitor for a parse tree produced
by ObjectQueryParser .
|
PredicateBaseListener
This class provides an empty implementation of PredicateListener ,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
PredicateBaseVisitor
This class provides an empty implementation of PredicateVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
PredicateListener
This interface defines a complete listener for a parse tree produced by
PredicateParser .
|
PredicateParser.BitsAndContext |
PredicateParser.BitsOrContext |
PredicateParser.BooleansContext |
PredicateParser.CheckNullContext |
PredicateParser.ComparisonContext |
PredicateParser.CountExprContext |
PredicateParser.ExistExprContext |
PredicateParser.ExistListAndContext |
PredicateParser.ExistListOrContext |
PredicateParser.ExpParenContext |
PredicateParser.ExprContext |
PredicateParser.ExpValueContext |
PredicateParser.InCompContext |
PredicateParser.LogicalOperatorContext |
PredicateParser.LowerExprContext |
PredicateParser.NormalContext |
PredicateParser.NotPredicateContext |
PredicateParser.NumbersContext |
PredicateParser.ObjectFieldContext |
PredicateParser.ParenPredicateContext |
PredicateParser.ScriptContext |
PredicateParser.StringsContext |
PredicateParser.SubstrExprContext |
PredicateParser.UnaryOperatorContext |
PredicateParser.UpperExprContext |
PredicateVisitor
This interface defines a complete generic visitor for a parse tree produced
by PredicateParser .
|
QueryBaseListener
This class provides an empty implementation of QueryListener ,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
QueryBaseVisitor
This class provides an empty implementation of QueryVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
QueryListener
This interface defines a complete listener for a parse tree produced by
QueryParser .
|
QueryParser.ArrayEmptyContext |
QueryParser.ArrayValueContext |
QueryParser.AssignObjectContext |
QueryParser.AssignStatsContext |
QueryParser.BooleansContext |
QueryParser.ComparisonContext |
QueryParser.CountExprContext |
QueryParser.ExistExprContext |
QueryParser.ExpParenContext |
QueryParser.ExprContext |
QueryParser.ExpressionPredicateContext |
QueryParser.ExpValuesContext |
QueryParser.FunctionExpContext |
QueryParser.IdentifierContext |
QueryParser.IDSContext |
QueryParser.InCompContext |
QueryParser.InsertStatsContext |
QueryParser.KeysContext |
QueryParser.LogicalOperatorContext |
QueryParser.LogicPredicateContext |
QueryParser.LowerExprContext |
QueryParser.NotPredicateContext |
QueryParser.NullsContext |
QueryParser.NumbersContext |
QueryParser.ObjectAssignsContext |
QueryParser.ObjectEmptyContext |
QueryParser.ParenPredicateContext |
QueryParser.ReplaceStatsContext |
QueryParser.ScriptContext |
QueryParser.SelectStatsContext |
QueryParser.StringsContext |
QueryParser.StrToBytesFuncExprContext |
QueryParser.SubstrExprContext |
QueryParser.UnaryOperatorContext |
QueryParser.UpperExprContext |
QueryParser.WhereStatementContext |
QueryVisitor
This interface defines a complete generic visitor for a parse tree produced
by QueryParser .
|