C# Class Antlr4.Codegen.Model.StarBlock

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

Public Properties

Property Type Description
loopLabel string

Public Methods

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

Method Details

StarBlock() public method

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

Property Details

loopLabel public property

public string loopLabel
return string