Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.XsdRegex

Classes

regexLexer

regexParser

regexParser.AtomContext

regexParser.BranchContext

regexParser.CatEscContext

regexParser.CharClassContext

regexParser.CharClassEscContext

regexParser.CharClassExprContext

regexParser.CharGroupContext

regexParser.CharOrEscContext

regexParser.CharPropContext

regexParser.CharRangeContext

regexParser.ComplEscContext

regexParser.PieceContext

regexParser.PosCharGroupContext

regexParser.QuantifierContext

regexParser.QuantityContext

regexParser.QuantMinContext

regexParser.QuantRangeContext

regexParser.RegExpContext

regexParser.RootContext

regexParser.SeRangeContext

regexParserBaseListener

This class provides an empty implementation of IregexParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

regexParserBaseVisitor<Result>

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

Interfaces

IregexParserListener

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

IregexParserVisitor<Result>

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

In This Article
Back to top Generated by DocFX