C# Class Antlr4.Codegen.Model.Parser

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

Public Properties

Property Type Description
file ParserFile

Public Methods

Method Description
Parser ( OutputModelFactory factory, ParserFile file ) : System.Collections.Generic

Method Details

Parser() public method

public Parser ( OutputModelFactory factory, ParserFile file ) : System.Collections.Generic
factory OutputModelFactory
file ParserFile
return System.Collections.Generic

Property Details

file public property

public ParserFile,Antlr4.Codegen.Model file
return ParserFile