C# Class Antlr4.Codegen.Model.OptionalBlock

Inheritance: AltBlock
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
OptionalBlock ( OutputModelFactory factory, GrammarAST questionAST, IList alts ) : System.Collections.Generic

Method Details

OptionalBlock() public method

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