Exemplo n.º 1
0
 public CoveringInfo(Instruction instruction)
 {
     this.instruction       = instruction;
     this.coveredValues     = new ArrayList();
     this.coveredOperations = new ArrayList();
     this.operandValues     = new ArrayList();
 }
Exemplo n.º 2
0
 public InstructionNode(Instruction instruction)
 {
     this.instruction = instruction;
 }