Show / Hide Table of Contents

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 Source

EnterBoolean_(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX