Field (Java SE 19 & JDK 19) (original) (raw)

All Superinterfaces:

[Accessible](Accessible.html "interface in com.sun.jdi"), [Comparable](../../../../java.base/java/lang/Comparable.html "interface in java.lang")<[Field](Field.html "interface in com.sun.jdi")>, [Mirror](Mirror.html "interface in com.sun.jdi"), [TypeComponent](TypeComponent.html "interface in com.sun.jdi")


A class or instance variable in the target VM. See TypeComponent for general information about Field and Method mirrors.

Since:

1.3

See Also:

boolean
Compares the specified Object with this field for equality.
int
[hashCode](#hashCode%28%29)()
Returns the hash code value for this Field.
boolean
Determine if this is a field that represents an enum constant.
boolean
Determine if this is a transient field.
boolean
Determine if this is a volatile field.
[type](#type%28%29)()
Returns the type of this field.
[typeName](#typeName%28%29)()
Returns a text representation of the type of this field.