Exemplo n.º 1
0
 public BabelMethodCallInliner()
 {
     emulator       = new InstructionEmulator();
     branchEmulator = new BranchEmulator(emulator, this);
 }