示例#1
0
 public AssemblyWriter(Parser parser, CodeWriter codeWriter)
 {
     _parser     = parser;
     _codeWriter = codeWriter;
 }