class BytecodeLocSimple extends BytecodeLoc
| Modifier and Type | Field and Description |
|---|---|
private Method |
method |
private int |
offset |
NONE, TODO| Constructor and Description |
|---|
BytecodeLocSimple(int offset,
Method method) |
| 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 int offset
private Method method
BytecodeLocSimple(int offset,
Method method)
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