public final class Block extends Object
Constructor and Description |
---|
Block(int firstInstruction,
int lastInstruction,
Set<Integer> lines) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
firstInstructionIs(int ins) |
int |
getFirstInstruction() |
int |
getLastInstruction() |
Set<Integer> |
getLines() |
int |
hashCode() |
String |
toString() |
Copyright © 2021 org.pitest. All rights reserved.