Companion
Functions
Answer a Statistic for recording allocations for the given AbstractDescriptor. It will be cached within the descriptor for performance.
Note: This is an arithmetic (i.e., signed) shift without Java's implicit modulus on the shift amount.
Extract the integer slot's List of BitFields, excluding ones marked with the annotation @HideFieldInDebugger.
Note: This is a logical shift without Java's implicit modulus on the shift amount.
Note: This is a logical shift without Java's implicit modulus on the shift amount.
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.
Write a description of this Long to the builder, taking note that the value is constrained to contain only numBits of content. Use conventions such as grouping into groups of at most four hex digits.