public class BytecodeLocCollector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<Method,java.util.Set<java.lang.Integer>> |
data |
| Constructor and Description |
|---|
BytecodeLocCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Method method,
int offset) |
void |
add(Method method,
java.util.Set<java.lang.Integer> offsets) |
private java.util.Set<java.lang.Integer> |
getForMethod(Method method) |
BytecodeLoc |
getLoc() |
private final java.util.Map<Method,java.util.Set<java.lang.Integer>> data
private java.util.Set<java.lang.Integer> getForMethod(Method method)
public void add(Method method, int offset)
public void add(Method method, java.util.Set<java.lang.Integer> offsets)
public BytecodeLoc getLoc()