allowsImmutableToMutableReferenceInField

open override fun allowsImmutableToMutableReferenceInField(e: AbstractSlotsEnum): Boolean

Answer whether the field at the given offset is allowed to be modified even in an immutable object.

Return

Whether the specified field can be written even in an immutable object.

Parameters

e

The byte offset of the field to check.