public CoveringInfo(Instruction instruction) { this.instruction = instruction; this.coveredValues = new ArrayList(); this.coveredOperations = new ArrayList(); this.operandValues = new ArrayList(); }
public InstructionNode(Instruction instruction) { this.instruction = instruction; }