public class TruffleDebugJavaMethod extends Object
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() |
JavaType |
getDeclaringClass() |
String |
getName() |
Signature |
getSignature() |
int |
hashCode() |
String |
toString() |
public TruffleDebugJavaMethod(CompilableTruffleAST compilable)
public CompilableTruffleAST getCompilable()
public Signature getSignature()
public String getName()
public JavaType getDeclaringClass()