Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Cql

Classes

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.

cqlBaseVisitor<Result>

This class provides an empty implementation of IcqlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

cqlLexer

cqlParser

cqlParser.Boolean_Context

cqlParser.BooleanGroupContext

cqlParser.ComparitorContext

cqlParser.ComparitorSymbolContext

cqlParser.CqlContext

cqlParser.CqlQueryContext

cqlParser.IdentifierContext

cqlParser.IndexContext

cqlParser.ModifierContext

cqlParser.ModifierListContext

cqlParser.ModifierNameContext

cqlParser.ModifierValueContext

cqlParser.NamedComparitorContext

cqlParser.Prefix_Context

cqlParser.PrefixAssignmentContext

cqlParser.RelationContext

cqlParser.ScopedClauseContext

cqlParser.SearchClauseContext

cqlParser.SearchTermContext

cqlParser.SingleSpecContext

cqlParser.SortedQueryContext

cqlParser.SortSpecContext

cqlParser.TermContext

cqlParser.UriContext

Interfaces

IcqlListener

This interface defines a complete listener for a parse tree produced by cqlParser.

IcqlVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by cqlParser.

In This Article
Back to top Generated by DocFX