CommonRegexParser.AlternationContext Class

Definition

public class CommonRegexParser.AlternationContext : Antlr4.Runtime.ParserRuleContext
type CommonRegexParser.AlternationContext = class
    inherit ParserRuleContext
Public Class CommonRegexParser.AlternationContext
Inherits ParserRuleContext
Inheritance
Antlr4.Runtime.ParserRuleContext
CommonRegexParser.AlternationContext

Constructors

CommonRegexParser.AlternationContext(ParserRuleContext, Int32)

Properties

RuleIndex

Methods

Accept<TResult>(IParseTreeVisitor<TResult>)
EnterRule(IParseTreeListener)
ExitRule(IParseTreeListener)
expr()
expr(Int32)
Pipe()
Pipe(Int32)

Applies to