Antlr4.Codegen.Model.Parser.Parser C# (CSharp) Method

Parser() public method

public Parser ( OutputModelFactory factory, ParserFile file ) : System.Collections.Generic
factory OutputModelFactory
file ParserFile
return System.Collections.Generic
        public Parser(OutputModelFactory factory, ParserFile file)
            : base(factory)
        {
            this.file = file; // who contains us?
        }
    }
Parser