ParseModule() public static méthode

public static ParseModule ( int tabSize, Boo.Lang.Compiler.Ast.CompileUnit cu, string readerName, TextReader reader, Boo errorHandler ) : Module
tabSize int
cu Boo.Lang.Compiler.Ast.CompileUnit
readerName string
reader TextReader
errorHandler Boo
Résultat Boo.Lang.Compiler.Ast.Module
Exemple #1
0
 override protected void ParseModule(string inputName, System.IO.TextReader reader, ParserErrorHandler errorHandler)
 {
     WSABooParser.ParseModule(this.TabSize, this.Context.CompileUnit, inputName, reader, errorHandler);
 }