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, wait
format
private DebugScopeContext()
public JavaMethod asJavaMethod()
asJavaMethod
in interface JavaMethodContext
public Signature getSignature()
JavaMethod
getSignature
in interface JavaMethod
public String getName()
JavaMethod
getName
in interface JavaMethod
public JavaType getDeclaringClass()
JavaMethod
JavaType
object representing the class or interface that declares this
method.getDeclaringClass
in interface JavaMethod