public final class BlockLocation extends Object
Constructor and Description |
---|
BlockLocation(Location location,
int block,
int firstInsnInBlock,
int lastInsnInBlock) |
Modifier and Type | Method and Description |
---|---|
static BlockLocation |
blockLocation(Location location,
int block) |
boolean |
equals(Object obj) |
int |
getBlock() |
int |
getFirstInsnInBlock() |
int |
getLastInsnInBlock() |
Location |
getLocation() |
int |
hashCode() |
boolean |
isFor(ClassName clazz) |
String |
toString() |
public BlockLocation(Location location, int block, int firstInsnInBlock, int lastInsnInBlock)
public static BlockLocation blockLocation(Location location, int block)
public boolean isFor(ClassName clazz)
public int getBlock()
public Location getLocation()
public int getFirstInsnInBlock()
public int getLastInsnInBlock()
Copyright © 2021 org.pitest. All rights reserved.