public final class HotSpotMethodUnresolved extends HotSpotMethod
JavaMethod for unresolved HotSpot methods.| Modifier and Type | Field and Description |
|---|---|
protected JavaType |
holder |
private Signature |
signature |
FULLY_QUALIFIED_METHOD_NAME, name| Constructor and Description |
|---|
HotSpotMethodUnresolved(String name,
Signature signature,
JavaType holder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
JavaType |
getDeclaringClass()
Returns the
JavaType object representing the class or interface that declares this
method. |
Signature |
getSignature()
Returns the signature of this method.
|
int |
hashCode() |
applyFormattingFlagsAndWidth, asJavaMethod, formatTo, getName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitformatpublic HotSpotMethodUnresolved(String name, Signature signature, JavaType holder)
public Signature getSignature()
JavaMethodpublic JavaType getDeclaringClass()
JavaMethodJavaType object representing the class or interface that declares this
method.