class Field extends Member
| Constructor and Description |
|---|
Field(Field field)
Construct a Field is constructed from its internal representation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Member |
member()
Return the member's internal representation.
|
Type |
type()
Return the field's type.
|
declaringType, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, namepublic Field(Field field)
field - a Java field in the relection API.