public class BytecodeLocSet extends BytecodeLoc
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Method,java.util.Set<java.lang.Integer>> |
locs |
NONE, TODO
Constructor and Description |
---|
BytecodeLocSet(java.util.Map<Method,java.util.Set<java.lang.Integer>> locs) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addTo(BytecodeLocCollector collector) |
java.util.Collection<Method> |
getMethods() |
java.util.Collection<java.lang.Integer> |
getOffsetsForMethod(Method method) |
boolean |
isEmpty() |
java.lang.String |
toString() |
combine, combine, combineShallow
private final java.util.Map<Method,java.util.Set<java.lang.Integer>> locs
BytecodeLocSet(java.util.Map<Method,java.util.Set<java.lang.Integer>> locs)
void addTo(BytecodeLocCollector collector)
addTo
in class BytecodeLoc
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Collection<Method> getMethods()
getMethods
in class BytecodeLoc
public java.util.Collection<java.lang.Integer> getOffsetsForMethod(Method method)
getOffsetsForMethod
in class BytecodeLoc
public boolean isEmpty()
isEmpty
in class BytecodeLoc