Interface IntegerEntry

All Superinterfaces:
AnnotationConstantValueEntry, ConstantValueEntry, LoadableConstantEntry, PoolEntry

public sealed interface IntegerEntry extends AnnotationConstantValueEntry, ConstantValueEntry
Models a CONSTANT_Integer_info structure, or an int constant, in the constant pool of a class file.

The use of a IntegerEntry is modeled by an int. Conversions are through ConstantPoolBuilder.intEntry(int) and intValue().

Since:
24
See Also: