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, combineShallow
private final BytecodeLocSpecific.Specific type
BytecodeLocSpecific(BytecodeLocSpecific.Specific type)
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