describeIntegerSlot

fun describeIntegerSlot(self: AvailObject, value: Long, slot: IntegerSlotsEnum, bitFields: List<BitField>, builder: StringBuilder)

Describe the integer field onto the provided StringBuilder. The pre-extracted long value is provided, as well as the containing AvailObject and the IntegerSlotsEnum instance. Take into account annotations on the slot enumeration object which may define the way it should be described.

Parameters

self

The object containing the int value in some slot.

value

The long value of the slot.

slot

The integer slot definition.

bitFields

The slot's BitFields, if any.

builder

Where to write the description.