|
The main table in the class data table first lists the static fields of the current
class, then those constant pool entries which are references.
There are three columns shown in the table, which can be
sorted. Note that sorting
by number always keeps static fields and constant pool references together.
-
Number
Shows the number of the static field in the class file or the
ordinal number of the constant pool reference.
-
Field name
Shows type and name for the static field or the number of the constant pool
entry in the class file.
-
Value
Shows the value of the field as
-
the explicit contents of the field for primitive field types
and instances of java.lang.String.
-
[reference] for non-primitive field types which
hold a live reference.
-
null for non-primitive field types which
are empty.
No specific view settings apply to the class data view.
|