public class TruffleDebugJavaMethod extends Object implements jdk.vm.ci.meta.JavaMethod
JavaMethod
for use as a context value in
debug scopes.Constructor and Description |
---|
TruffleDebugJavaMethod(CompilableTruffleAST compilable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CompilableTruffleAST |
getCompilable() |
jdk.vm.ci.meta.JavaType |
getDeclaringClass() |
String |
getName() |
jdk.vm.ci.meta.Signature |
getSignature() |
int |
hashCode() |
String |
toString() |
public TruffleDebugJavaMethod(CompilableTruffleAST compilable)
public CompilableTruffleAST getCompilable()
public jdk.vm.ci.meta.Signature getSignature()
getSignature
in interface jdk.vm.ci.meta.JavaMethod
public String getName()
getName
in interface jdk.vm.ci.meta.JavaMethod
public jdk.vm.ci.meta.JavaType getDeclaringClass()
getDeclaringClass
in interface jdk.vm.ci.meta.JavaMethod