Interface IcqlListener
This interface defines a complete listener for a parse tree produced by cqlParser.
Namespace: GCore.Antlr.Grammers.Cql
Assembly: Cql.dll
Syntax
public interface IcqlListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBoolean_(cqlParser.Boolean_Context)
Enter a parse tree produced by boolean_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void EnterCqlQuery(cqlParser.CqlQueryContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.CqlQueryContext | context | The parse tree. |
EnterIdentifier(cqlParser.IdentifierContext)
Enter a parse tree produced by identifier().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitCqlQuery(cqlParser.CqlQueryContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.CqlQueryContext | context | The parse tree. |
ExitIdentifier(cqlParser.IdentifierContext)
Exit a parse tree produced by identifier().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitUri(cqlParser.UriContext context)
Parameters
Type | Name | Description |
---|---|---|
cqlParser.UriContext | context | The parse tree. |