If this Class
object represents a local or anonymous
class within a constructor, returns a Constructor
object representing
the immediately enclosing constructor of the underlying
class. Returns null
otherwise. In particular, this
method returns null
if the underlying class is a local
or anonymous class immediately enclosed by a type declaration,
instance initializer or static initializer.
null
.
SecurityException
| If a security manager, s, is present and any of the
following conditions is met:
|
Diagram: Class, Package, Module