|
|||||||
PREV NEXT | FRAMES NO FRAMES |
int
value representing the abstract
modifier.
Array
class provides static methods to dynamically create and
access Java arrays.Class
represent classes and interfaces
in a running Java application.ClassTypeVariable
interface represents a type variable
declared as a formal parameter to a generic class or interface.Constructor
provides information about, and access to, a single
constructor for a class.Constructor
against the specified object.
Field
against the specified object.
Method
against the specified object.
Field
provides information about, and dynamic access to, a
single field of a class or an interface.int
value representing the final
modifier.
Class
object associated with the class or
interface with the given string name.
Class
object associated with the class or
interface with the given string name, using the given class loader.
Field
, on
the specified object.
boolean
field.
boolean
.
Type
objects representing the
declared bound(s) of the type variable represented by
this object.
byte
field.
byte
.
Throwable
instance wrapped in this UndeclaredThrowableException
,
which may be null).
char
or of another primitive type convertible to
type char
via a widening conversion.
char
.
Class
objects representing all
the public classes and interfaces that are members of the class
represented by this Class
object.
Class
representing the component type of an
array.
Constructor
object that reflects the specified
public constructor of the class represented by this Class
object.
Constructor
objects reflecting
all the public constructors of the class represented by this
Class
object.
Class
objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class
object.
Constructor
object that reflects the specified
constructor of the class or interface represented by this
Class
object.
Constructor
objects reflecting all the
constructors declared by the class represented by this
Class
object.
Field
object that reflects the specified declared
field of the class or interface represented by this Class
object.
Field
objects reflecting all the fields
declared by the class or interface represented by this
Class
object.
Method
object that reflects the specified
declared method of the class or interface represented by this
Class
object.
Method
objects reflecting all the
methods declared by the class or interface represented by this
Class
object.
Class
object
is a member of another class, returns the Class
object
representing the class in which it was declared.
Class
object representing the class
or interface that declared the type variable represented by this
object.
Class
object representing the class that declares
the constructor represented by this Constructor
object.
Class
object representing the class or interface
that declares the field represented by this Field
object.
Class
object representing the class or interface
that declares the method represented by this Method
object.
Method
object representing the method
that declared the type variable represented by this
object.
double
or of another primitive type convertible to
type double
via a widening conversion.
double
.
Class
objects that represent the types of
of exceptions declared to be thrown by the underlying constructor
represented by this Constructor
object.
Class
objects that represent
the types of the exceptions declared to be thrown
by the underlying method
represented by this Method
object.
Field
object that reflects the specified public
member field of the class or interface represented by this
Class
object.
Field
objects reflecting all
the accessible public fields of the class or interface represented by
this Class
object.
float
or of another primitive type convertible to
type float
via a widening conversion.
float
.
Type
s representing the interfaces implemented
by the class or interface
represented by this object.
Type
objects that represent the formal
parameter types, in declaration order, of the constructor
represented by this Constructor
object.
Type
objects that represent the formal
parameter types, in declaration order, of the method
represented by this Method
object.
Type
object that represents the formal return
type of the method represented by this Method
object.
Type
representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class
.
Type
object that represents the declared
compile-time type for
the field represented by this Field
object.
int
or of another primitive type convertible to
type int
via a widening conversion.
int
.
int
.
long
or of another primitive type convertible to
type long
via a widening conversion.
long
.
Method
object that reflects the specified public
member method of the class or interface represented by this
Class
object.
Method
objects reflecting all
the public member methods of the class or interface represented
by this Class
object, including those declared by the class
or interface and and those inherited from superclasses and
superinterfaces.
Constructor
object, as an integer.
Field
object, as an integer.
Method
object, as an integer.
Class
object, as a String
.
Field
object.
Method
object, as a String
.
Class
objects that represent the formal
parameter types, in declaration order, of the constructor
represented by this Constructor
object.
Class
objects that represent the formal
parameter types, in declaration order, of the method
represented by this Method
object.
ProtectionDomain
of this class.
java.lang.Class
object for a proxy class
given a class loader and an array of interfaces.
Class
object representing the generic class
or interface that this parameterized type instantiates.
Class
object that represents the formal return type
of the method represented by this Method
object.
short
or of another primitive type convertible to
type short
via a widening conversion.
short
.
Class
representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class
.
Class
object that identifies the declared type for
the field represented by this Field
object.
ClassTypeVariable
objects that
represent the type variables
declared by the class or interface
represented by this Class
object, in declaration order.
MethodTypeVariable
objects that
represent the type variables
declared by the method
represented by this Method
object, in declaration order.
Throwable
instance wrapped in this
UndeclaredThrowableException
, which may be null.
Constructor
.
Field
.
Method
.
int
value representing the interface
modifier.
InvocationHandler
is the interface implemented by
the invocation handler of a proxy instance.InvocationTargetException
with
null
as the target exception.
Method
object, on the specified object with the specified parameters.
Class
object represents an array class.
Class
object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class
parameter.
Object
is assignment-compatible
with the object represented by this Class
.
Class
object represents an
interface type.
Class
object represents a
primitive type.
getProxyClass
method or the newProxyInstance
method.
Method
provides information about, and access to, a single method
on a class or interface.ClassTypeVariable
interface represents a type variable
declared as a formal parameter to a generic class or interface.int
value representing the native
modifier.
Constructor
object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters.
ParameterizedType
interface describes the behavior
of parameterized types such as Collection<Applet>
or
HashMap<String, Class>
.int
value representing the private
modifier.
int
value representing the protected
modifier.
Proxy
provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods.Proxy
instance from a subclass
(typically, a dynamic proxy class) with the specified value
for its invocation handler.
int
value representing the public
modifier.
Field
object on the
specified object argument to the specified new value.
boolean
on the specified object.
boolean
value.
byte
on the specified object.
byte
value.
char
on the specified object.
char
value.
double
on the specified object.
double
value.
float
on the specified object.
float
value.
int
on the specified object.
int
value.
long
value.
long
on the specified object.
short
value.
short
on the specified object.
int
value representing the static
modifier.
int
value representing the strictfp
modifier.
int
value representing the synchronized
modifier.
Constructor
.
Field
.
Method
.
int
value representing the transient
modifier.
Type
interface represents all compile time types.TypeVariable
interface represents a type variable
declared as a formal parameter to a generic class, interface or method.invoke
method throws a
checked exception (a Throwable
that is not assignable
to RuntimeException
or Error
) that
is not assignable to any of the exception types declared in the
throws
clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler.UndeclaredThrowableException
with the
specified Throwable
.
UndeclaredThrowableException
with the
specified Throwable
and a detail message.
int
value representing the volatile
modifier.
|
|||||||
PREV NEXT | FRAMES NO FRAMES |