private class ForeignCallStub.DebugScopeContext extends Object implements JavaMethod, JavaMethodContext
| Modifier | Constructor and Description |
|---|---|
private |
DebugScopeContext() |
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
asJavaMethod() |
JavaType |
getDeclaringClass()
Returns the
JavaType object representing the class or interface that declares this
method. |
String |
getName()
Returns the name of this method.
|
Signature |
getSignature()
Returns the signature of this method.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatprivate DebugScopeContext()
public JavaMethod asJavaMethod()
asJavaMethod in interface JavaMethodContextpublic Signature getSignature()
JavaMethodgetSignature in interface JavaMethodpublic String getName()
JavaMethodgetName in interface JavaMethodpublic JavaType getDeclaringClass()
JavaMethodJavaType object representing the class or interface that declares this
method.getDeclaringClass in interface JavaMethod