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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
format
public HotSpotMethodUnresolved(String name, Signature signature, JavaType holder)
public Signature getSignature()
JavaMethod
public JavaType getDeclaringClass()
JavaMethod
JavaType
object representing the class or interface that declares this
method.