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