C# Class Antlr4.Codegen.Model.LL1Choice

Inheritance: Choice
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
altLook IList

Public Methods

Method Description
LL1Choice ( OutputModelFactory factory, GrammarAST blkAST, IList alts ) : System.Collections.Generic

Method Details

LL1Choice() public method

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

Property Details

altLook public property

public IList altLook
return IList