public class TruffleDebugJavaMethod extends Object implements JavaMethod, JavaMethodContext
JavaMethod
for use as a context value in
debug scopes.Modifier and Type | Field and Description |
---|---|
private com.oracle.truffle.api.RootCallTarget |
compilable |
private static JavaType |
declaringClass |
private static Signature |
signature |
Constructor and Description |
---|
TruffleDebugJavaMethod(com.oracle.truffle.api.RootCallTarget compilable) |
Modifier and Type | Method and Description |
---|---|
JavaMethod |
asJavaMethod() |
boolean |
equals(Object obj) |
JavaType |
getDeclaringClass() |
String |
getName() |
Signature |
getSignature() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
format
private final com.oracle.truffle.api.RootCallTarget compilable
private static final JavaType declaringClass
public TruffleDebugJavaMethod(com.oracle.truffle.api.RootCallTarget compilable)
public Signature getSignature()
getSignature
in interface JavaMethod
public String getName()
getName
in interface JavaMethod
public JavaType getDeclaringClass()
getDeclaringClass
in interface JavaMethod
public JavaMethod asJavaMethod()
asJavaMethod
in interface JavaMethodContext