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) |
java.lang.invoke.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, waitchangeMethodType, getMethodType, getNameToken, getNameTokenCountpublic String getName()
CallSiteDescriptorgetName in interface CallSiteDescriptorpublic java.lang.invoke.MethodHandles.Lookup getLookup()
CallSiteDescriptorgetLookup in interface CallSiteDescriptorpublic boolean equals(CallSiteDescriptor csd)
csd - the other call site descriptor.Copyright © 2013 Attila Szegedi. All Rights Reserved.