|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
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.Field, on
the specified object.
boolean field.
byte field.
char or of another primitive type convertible to
type char via a widening conversion.
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.
double or of another primitive type convertible to
type double via a widening conversion.
Class objects that represent the types
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.
float or of another primitive type convertible to
type float via a widening conversion.
int or of another primitive type convertible to
type int via a widening conversion.
long or of another primitive type convertible to
type long via a widening conversion.
Constructor object, as an integer.
Field object, as an integer.
Method object, as an integer.
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.
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.
Class object that identifies the
declared type for the field represented by this
Field object.
Constructor.
Field.
Method.
Method
object, on the specified object with the specified parameters.
Method provides information about, and access to, a single method
on a class or interface.Constructor object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters.
Field object on the
specified object argument to the specified new value.
boolean on the specified object.
byte on the specified object.
char on the specified object.
double on the specified object.
float on the specified object.
int on the specified object.
long on the specified object.
short on the specified object.
Constructor,
including type parameters.
Field, including
its generic type.
Method, including
type parameters.
Constructor.
Field.
Method.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||