C# Class Antlr4.Codegen.Model.AltBlock

Inheritance: Choice
Show file Open project: sharwell/antlr4cs

Public Methods

Method Description
AltBlock ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic

Method Details

AltBlock() public method

public AltBlock ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
alts IList
return System.Collections.Generic