public final class UnResolvedCallSite extends Object
<MethodReference, bcIndex>.| Modifier and Type | Field and Description |
|---|---|
private int |
bcIndex
bytecode index of callsite in caller method
|
private MethodReference |
methodRef
Caller method
|
| Constructor and Description |
|---|
UnResolvedCallSite(MethodReference m,
int bci) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Determine if two call sites are the same.
|
int |
getBytecodeIndex() |
MethodReference |
getMethodRef() |
int |
hashCode() |
String |
toString() |
private final MethodReference methodRef
private final int bcIndex
public UnResolvedCallSite(MethodReference m, int bci)
m - the MethodReference containing the callsitebci - the bytecode index of the callsite within mpublic MethodReference getMethodRef()
public int getBytecodeIndex()
public boolean equals(Object obj)