Heap Field
class HeapField( val declaringClass: HeapObject.HeapClass, val name: String, val value: HeapValue)
Content copied to clipboard
Represents a static field or an instance field.
Constructors
Link copied to clipboard
fun HeapField( declaringClass: HeapObject.HeapClass, name: String, value: HeapValue)
Content copied to clipboard
Properties
Link copied to clipboard
Value of the field. Also see shorthands valueAsClass, valueAsInstance, valueAsObjectArray, valueAsPrimitiveArray.
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.