SecurityManager.getClassContext

SecurityManager.getClassContext

Class Overview | Class Members | This Package | All Packages

Syntax
protected native Class[] getClassContext()
Returns
the execution stack.
Description
Returns the current execution stack as an array of classes.

The length of the array is the number of methods on the execution stack. The element at index 0 is the class of the currently executing method, the element at index 1 is the class of that method's caller, and so on.