public abstract class AbstractCallSiteDescriptor extends Object implements CallSiteDescriptor
equals
and hashCode
methods.NAME_OPERAND, OPERATOR, OPERATOR_DELIMITER, SCHEME, TOKEN_DELIMITER
Constructor and Description |
---|
AbstractCallSiteDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(CallSiteDescriptor csd)
Returns true if this call site descriptor is equal to the passed call site descriptor.
|
boolean |
equals(Object obj) |
MethodHandles.Lookup |
getLookup()
Returns the lookup passed to the bootstrap method.
|
String |
getName()
Returns the name of the method at the call site.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
changeMethodType, getMethodType, getNameToken, getNameTokenCount
public String getName()
CallSiteDescriptor
getName
in interface CallSiteDescriptor
public MethodHandles.Lookup getLookup()
CallSiteDescriptor
getLookup
in interface CallSiteDescriptor
public boolean equals(CallSiteDescriptor csd)
csd
- the other call site descriptor.Copyright © 2013 Attila Szegedi. All rights reserved.