Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Pcre

Classes

PCREBaseListener

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

PCREBaseVisitor<Result>

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

PCRELexer

PCREParser

PCREParser.Alpha_numsContext

PCREParser.AlternationContext

PCREParser.AtomContext

PCREParser.Backreference_or_octalContext

PCREParser.BackreferenceContext

PCREParser.Backtrack_controlContext

PCREParser.CalloutContext

PCREParser.CaptureContext

PCREParser.Cc_atomContext

PCREParser.Cc_literalContext

PCREParser.Character_classContext

PCREParser.CommentContext

PCREParser.ConditionalContext

PCREParser.DigitContext

PCREParser.DigitsContext

PCREParser.ElementContext

PCREParser.ExprContext

PCREParser.LetterContext

PCREParser.LiteralContext

PCREParser.Look_aroundContext

PCREParser.NameContext

PCREParser.Newline_conventionContext

PCREParser.Non_captureContext

PCREParser.Non_close_parenContext

PCREParser.Non_close_parensContext

PCREParser.NumberContext

PCREParser.Octal_charContext

PCREParser.Octal_digitContext

PCREParser.Option_flagContext

PCREParser.Option_flagsContext

PCREParser.OptionContext

PCREParser.ParseContext

PCREParser.Quantifier_typeContext

PCREParser.QuantifierContext

PCREParser.Shared_atomContext

PCREParser.Shared_literalContext

PCREParser.Subroutine_referenceContext

Interfaces

IPCREListener

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

IPCREVisitor<Result>

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

In This Article
Back to top Generated by DocFX