Boo.Lang.Parser.BooParsingStep.ParseModule C# (CSharp) Méthode

ParseModule() protected méthode

protected ParseModule ( string inputName, System reader, ParserErrorHandler errorHandler ) : void
inputName string
reader System
errorHandler ParserErrorHandler
Résultat void
        protected virtual void ParseModule(string inputName, System.IO.TextReader reader, ParserErrorHandler errorHandler)
        {
            BooParser.ParseModule(_tabSize, _context.CompileUnit, inputName, reader, errorHandler);
        }