class BytecodeLocSpecific extends BytecodeLoc
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BytecodeLocSpecific.Specific |
| Modifier and Type | Field and Description |
|---|---|
private BytecodeLocSpecific.Specific |
type |
NONE, TODO| Constructor and Description |
|---|
BytecodeLocSpecific(BytecodeLocSpecific.Specific type) |
| 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 BytecodeLocSpecific.Specific type
BytecodeLocSpecific(BytecodeLocSpecific.Specific type)
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