declaringClass

Retrieves the class from a StackTraceElement.

Receiver

StackTraceElement The element to inspect.

Return

The class object for the stack trace element.


Retrieves the class from a StackFrame.

Receiver

StackFrame The frame to inspect.

Return

The class object for the stack frame.