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, combineShallowprivate 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 BytecodeLocpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Collection<Method> getMethods()
getMethods in class BytecodeLocpublic java.util.Collection<java.lang.Integer> getOffsetsForMethod(Method method)
getOffsetsForMethod in class BytecodeLocpublic boolean isEmpty()
isEmpty in class BytecodeLoc