| GNU Classpath (0.95) | |
| Frames | No Frames |
Methods with parameter type java.lang.StackTraceElement | |
| void | Change the stack trace manually. |
Methods with return type java.lang.StackTraceElement | |
| StackTraceElement[] |
Returns an array of StackTraceElements
representing the current stack trace of this thread.
|
| StackTraceElement[] | Provides access to the information printed in printStackTrace().
|
Constructors with parameter type java.lang.StackTraceElement | |
MonitorInfo.MonitorInfo(String className, int identityHashCode, int stackDepth, StackTraceElement stackFrame) Constructs a new MonitorInfo using the specified
lock class name and identity hash code, and the given
stack depth and frame.
| |
Methods with return type java.lang.StackTraceElement | |
| StackTraceElement | Returns the stack frame at which the lock was obtained.
|
| StackTraceElement[] |
Returns the stack trace of this thread to the depth
specified on creation of this ThreadInfo
object. |
| GNU Classpath (0.95) |