public class CallLocation extends Object
| Constructor and Description |
|---|
CallLocation(MethodReference method) |
CallLocation(MethodReference method,
InstructionLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MethodReference |
getMethod() |
InstructionLocation |
getSourceLocation() |
int |
hashCode() |
public CallLocation(MethodReference method)
public CallLocation(MethodReference method, InstructionLocation sourceLocation)
public MethodReference getMethod()
public InstructionLocation getSourceLocation()
Copyright © 2015. All rights reserved.