Modifier and Type | Method and Description |
---|---|
List<Type> |
getArgumentTypes(DebugContext context)
Gets the argument types for this method.
|
Object |
getNativeMethod()
Gets the representation of this method in the current native debugging
API.
|
Type |
getReturnType(DebugContext context)
Gets the return type for this method.
|
String |
getReturnTypeName(DebugContext context)
Gets the return type name for this method.
|
getDeclaringType, getHash, getName, isAccessible, isStatic, isSynthetic
List<Type> getArgumentTypes(DebugContext context)
context
- the current debug context.Object getNativeMethod()
String getReturnTypeName(DebugContext context)
context
- the current debug context.Type getReturnType(DebugContext context)
context
- the current debug context.