Namespace GCore.Antlr.Grammers.Promql
Classes
PromQLLexer
PromQLParser
PromQLParser.AddOpContext
PromQLParser.AggregationContext
PromQLParser.AndUnlessOpContext
PromQLParser.ByContext
PromQLParser.CompareOpContext
PromQLParser.ExpressionContext
PromQLParser.Function_Context
PromQLParser.GroupingContext
PromQLParser.GroupLeftContext
PromQLParser.GroupRightContext
PromQLParser.IgnoringContext
PromQLParser.InstantSelectorContext
PromQLParser.KeywordContext
PromQLParser.LabelMatcherContext
PromQLParser.LabelMatcherListContext
PromQLParser.LabelMatcherOperatorContext
PromQLParser.LabelNameContext
PromQLParser.LabelNameListContext
PromQLParser.LiteralContext
PromQLParser.MatrixSelectorContext
PromQLParser.MultOpContext
PromQLParser.OffsetContext
PromQLParser.On_Context
PromQLParser.OrOpContext
PromQLParser.ParameterContext
PromQLParser.ParameterListContext
PromQLParser.ParensContext
PromQLParser.PowOpContext
PromQLParser.UnaryOpContext
PromQLParser.VectorContext
PromQLParser.VectorOperationContext
PromQLParser.WithoutContext
PromQLParserBaseListener
This class provides an empty implementation of IPromQLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
PromQLParserBaseVisitor<Result>
This class provides an empty implementation of IPromQLParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Interfaces
IPromQLParserListener
This interface defines a complete listener for a parse tree produced by PromQLParser.
IPromQLParserVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by PromQLParser.