SecurityManager.inClass

SecurityManager.inClass

Class Overview | Class Members | This Package | All Packages

Syntax
protected boolean inClass( String name )
Parameters
name
the fully qualified name of the class.
Returns
true if a method from a class with the specified name is on the execution stack; false otherwise.
Description
Tests if the specified String is in this Class.