Class cqlBaseListener
This class provides an empty implementation of IcqlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Cql
Assembly: Cql.dll
Syntax
public class cqlBaseListener : object, IcqlListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBoolean_(cqlParser.Boolean_Context)
Enter a parse tree produced by boolean_().
The default implementation does nothing.
Declaration
public virtual void EnterBoolean_(cqlParser.Boolean_Context context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.Boolean_Context | context | The parse tree. |
EnterBooleanGroup(cqlParser.BooleanGroupContext)
Enter a parse tree produced by booleanGroup().
The default implementation does nothing.
Declaration
public virtual void EnterBooleanGroup(cqlParser.BooleanGroupContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.BooleanGroupContext | context | The parse tree. |
EnterComparitor(cqlParser.ComparitorContext)
Enter a parse tree produced by comparitor().
The default implementation does nothing.
Declaration
public virtual void EnterComparitor(cqlParser.ComparitorContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ComparitorContext | context | The parse tree. |
EnterComparitorSymbol(cqlParser.ComparitorSymbolContext)
Enter a parse tree produced by comparitorSymbol().
The default implementation does nothing.
Declaration
public virtual void EnterComparitorSymbol(cqlParser.ComparitorSymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ComparitorSymbolContext | context | The parse tree. |
EnterCql(cqlParser.CqlContext)
Enter a parse tree produced by cql().
The default implementation does nothing.
Declaration
public virtual void EnterCql(cqlParser.CqlContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.CqlContext | context | The parse tree. |
EnterCqlQuery(cqlParser.CqlQueryContext)
Enter a parse tree produced by cqlQuery().
The default implementation does nothing.
Declaration
public virtual void EnterCqlQuery(cqlParser.CqlQueryContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.CqlQueryContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterIdentifier(cqlParser.IdentifierContext)
Enter a parse tree produced by identifier().
The default implementation does nothing.
Declaration
public virtual void EnterIdentifier(cqlParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.IdentifierContext | context | The parse tree. |
EnterIndex(cqlParser.IndexContext)
Enter a parse tree produced by index().
The default implementation does nothing.
Declaration
public virtual void EnterIndex(cqlParser.IndexContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.IndexContext | context | The parse tree. |
EnterModifier(cqlParser.ModifierContext)
Enter a parse tree produced by modifier().
The default implementation does nothing.
Declaration
public virtual void EnterModifier(cqlParser.ModifierContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierContext | context | The parse tree. |
EnterModifierList(cqlParser.ModifierListContext)
Enter a parse tree produced by modifierList().
The default implementation does nothing.
Declaration
public virtual void EnterModifierList(cqlParser.ModifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierListContext | context | The parse tree. |
EnterModifierName(cqlParser.ModifierNameContext)
Enter a parse tree produced by modifierName().
The default implementation does nothing.
Declaration
public virtual void EnterModifierName(cqlParser.ModifierNameContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierNameContext | context | The parse tree. |
EnterModifierValue(cqlParser.ModifierValueContext)
Enter a parse tree produced by modifierValue().
The default implementation does nothing.
Declaration
public virtual void EnterModifierValue(cqlParser.ModifierValueContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierValueContext | context | The parse tree. |
EnterNamedComparitor(cqlParser.NamedComparitorContext)
Enter a parse tree produced by namedComparitor().
The default implementation does nothing.
Declaration
public virtual void EnterNamedComparitor(cqlParser.NamedComparitorContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.NamedComparitorContext | context | The parse tree. |
EnterPrefix_(cqlParser.Prefix_Context)
Enter a parse tree produced by prefix_().
The default implementation does nothing.
Declaration
public virtual void EnterPrefix_(cqlParser.Prefix_Context context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.Prefix_Context | context | The parse tree. |
EnterPrefixAssignment(cqlParser.PrefixAssignmentContext)
Enter a parse tree produced by prefixAssignment().
The default implementation does nothing.
Declaration
public virtual void EnterPrefixAssignment(cqlParser.PrefixAssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.PrefixAssignmentContext | context | The parse tree. |
EnterRelation(cqlParser.RelationContext)
Enter a parse tree produced by relation().
The default implementation does nothing.
Declaration
public virtual void EnterRelation(cqlParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.RelationContext | context | The parse tree. |
EnterScopedClause(cqlParser.ScopedClauseContext)
Enter a parse tree produced by scopedClause().
The default implementation does nothing.
Declaration
public virtual void EnterScopedClause(cqlParser.ScopedClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ScopedClauseContext | context | The parse tree. |
EnterSearchClause(cqlParser.SearchClauseContext)
Enter a parse tree produced by searchClause().
The default implementation does nothing.
Declaration
public virtual void EnterSearchClause(cqlParser.SearchClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SearchClauseContext | context | The parse tree. |
EnterSearchTerm(cqlParser.SearchTermContext)
Enter a parse tree produced by searchTerm().
The default implementation does nothing.
Declaration
public virtual void EnterSearchTerm(cqlParser.SearchTermContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SearchTermContext | context | The parse tree. |
EnterSingleSpec(cqlParser.SingleSpecContext)
Enter a parse tree produced by singleSpec().
The default implementation does nothing.
Declaration
public virtual void EnterSingleSpec(cqlParser.SingleSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SingleSpecContext | context | The parse tree. |
EnterSortedQuery(cqlParser.SortedQueryContext)
Enter a parse tree produced by sortedQuery().
The default implementation does nothing.
Declaration
public virtual void EnterSortedQuery(cqlParser.SortedQueryContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SortedQueryContext | context | The parse tree. |
EnterSortSpec(cqlParser.SortSpecContext)
Enter a parse tree produced by sortSpec().
The default implementation does nothing.
Declaration
public virtual void EnterSortSpec(cqlParser.SortSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SortSpecContext | context | The parse tree. |
EnterTerm(cqlParser.TermContext)
Enter a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void EnterTerm(cqlParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.TermContext | context | The parse tree. |
EnterUri(cqlParser.UriContext)
Enter a parse tree produced by uri().
The default implementation does nothing.
Declaration
public virtual void EnterUri(cqlParser.UriContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.UriContext | context | The parse tree. |
ExitBoolean_(cqlParser.Boolean_Context)
Exit a parse tree produced by boolean_().
The default implementation does nothing.
Declaration
public virtual void ExitBoolean_(cqlParser.Boolean_Context context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.Boolean_Context | context | The parse tree. |
ExitBooleanGroup(cqlParser.BooleanGroupContext)
Exit a parse tree produced by booleanGroup().
The default implementation does nothing.
Declaration
public virtual void ExitBooleanGroup(cqlParser.BooleanGroupContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.BooleanGroupContext | context | The parse tree. |
ExitComparitor(cqlParser.ComparitorContext)
Exit a parse tree produced by comparitor().
The default implementation does nothing.
Declaration
public virtual void ExitComparitor(cqlParser.ComparitorContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ComparitorContext | context | The parse tree. |
ExitComparitorSymbol(cqlParser.ComparitorSymbolContext)
Exit a parse tree produced by comparitorSymbol().
The default implementation does nothing.
Declaration
public virtual void ExitComparitorSymbol(cqlParser.ComparitorSymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ComparitorSymbolContext | context | The parse tree. |
ExitCql(cqlParser.CqlContext)
Exit a parse tree produced by cql().
The default implementation does nothing.
Declaration
public virtual void ExitCql(cqlParser.CqlContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.CqlContext | context | The parse tree. |
ExitCqlQuery(cqlParser.CqlQueryContext)
Exit a parse tree produced by cqlQuery().
The default implementation does nothing.
Declaration
public virtual void ExitCqlQuery(cqlParser.CqlQueryContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.CqlQueryContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitIdentifier(cqlParser.IdentifierContext)
Exit a parse tree produced by identifier().
The default implementation does nothing.
Declaration
public virtual void ExitIdentifier(cqlParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.IdentifierContext | context | The parse tree. |
ExitIndex(cqlParser.IndexContext)
Exit a parse tree produced by index().
The default implementation does nothing.
Declaration
public virtual void ExitIndex(cqlParser.IndexContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.IndexContext | context | The parse tree. |
ExitModifier(cqlParser.ModifierContext)
Exit a parse tree produced by modifier().
The default implementation does nothing.
Declaration
public virtual void ExitModifier(cqlParser.ModifierContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierContext | context | The parse tree. |
ExitModifierList(cqlParser.ModifierListContext)
Exit a parse tree produced by modifierList().
The default implementation does nothing.
Declaration
public virtual void ExitModifierList(cqlParser.ModifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierListContext | context | The parse tree. |
ExitModifierName(cqlParser.ModifierNameContext)
Exit a parse tree produced by modifierName().
The default implementation does nothing.
Declaration
public virtual void ExitModifierName(cqlParser.ModifierNameContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierNameContext | context | The parse tree. |
ExitModifierValue(cqlParser.ModifierValueContext)
Exit a parse tree produced by modifierValue().
The default implementation does nothing.
Declaration
public virtual void ExitModifierValue(cqlParser.ModifierValueContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ModifierValueContext | context | The parse tree. |
ExitNamedComparitor(cqlParser.NamedComparitorContext)
Exit a parse tree produced by namedComparitor().
The default implementation does nothing.
Declaration
public virtual void ExitNamedComparitor(cqlParser.NamedComparitorContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.NamedComparitorContext | context | The parse tree. |
ExitPrefix_(cqlParser.Prefix_Context)
Exit a parse tree produced by prefix_().
The default implementation does nothing.
Declaration
public virtual void ExitPrefix_(cqlParser.Prefix_Context context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.Prefix_Context | context | The parse tree. |
ExitPrefixAssignment(cqlParser.PrefixAssignmentContext)
Exit a parse tree produced by prefixAssignment().
The default implementation does nothing.
Declaration
public virtual void ExitPrefixAssignment(cqlParser.PrefixAssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.PrefixAssignmentContext | context | The parse tree. |
ExitRelation(cqlParser.RelationContext)
Exit a parse tree produced by relation().
The default implementation does nothing.
Declaration
public virtual void ExitRelation(cqlParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.RelationContext | context | The parse tree. |
ExitScopedClause(cqlParser.ScopedClauseContext)
Exit a parse tree produced by scopedClause().
The default implementation does nothing.
Declaration
public virtual void ExitScopedClause(cqlParser.ScopedClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.ScopedClauseContext | context | The parse tree. |
ExitSearchClause(cqlParser.SearchClauseContext)
Exit a parse tree produced by searchClause().
The default implementation does nothing.
Declaration
public virtual void ExitSearchClause(cqlParser.SearchClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SearchClauseContext | context | The parse tree. |
ExitSearchTerm(cqlParser.SearchTermContext)
Exit a parse tree produced by searchTerm().
The default implementation does nothing.
Declaration
public virtual void ExitSearchTerm(cqlParser.SearchTermContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SearchTermContext | context | The parse tree. |
ExitSingleSpec(cqlParser.SingleSpecContext)
Exit a parse tree produced by singleSpec().
The default implementation does nothing.
Declaration
public virtual void ExitSingleSpec(cqlParser.SingleSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SingleSpecContext | context | The parse tree. |
ExitSortedQuery(cqlParser.SortedQueryContext)
Exit a parse tree produced by sortedQuery().
The default implementation does nothing.
Declaration
public virtual void ExitSortedQuery(cqlParser.SortedQueryContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SortedQueryContext | context | The parse tree. |
ExitSortSpec(cqlParser.SortSpecContext)
Exit a parse tree produced by sortSpec().
The default implementation does nothing.
Declaration
public virtual void ExitSortSpec(cqlParser.SortSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.SortSpecContext | context | The parse tree. |
ExitTerm(cqlParser.TermContext)
Exit a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void ExitTerm(cqlParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.TermContext | context | The parse tree. |
ExitUri(cqlParser.UriContext)
Exit a parse tree produced by uri().
The default implementation does nothing.
Declaration
public virtual void ExitUri(cqlParser.UriContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.UriContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.