SecurityManager.classDepth
Class Overview | Class Members |
This Package |
All Packages
protected native int classDepth( String name )
Parameters
- name
- the fully qualified name of the class to search for.
Returns
the depth on the stack frame of the first occurrence of a
method from a class with the specified name;
-1 if such a frame cannot be found.
Description
Returns the stack depth of the specified class.