Heap Field
Represents a static field or an instance field.
Properties
Link copied to clipboard
The class this field was declared in.
Link copied to clipboard
Value of the field. Also see shorthands valueAsClass, valueAsInstance, valueAsObjectArray, valueAsPrimitiveArray.
Link copied to clipboard
Link copied to clipboard
Return a HeapInstance is value references an instance, and null otherwise.
Link copied to clipboard
Return a HeapObjectArray is value references an object array, and null otherwise.
Link copied to clipboard
Return a HeapPrimitiveArray is value references a primitive array, and null otherwise.