Interface ConstantValueEntry

All Superinterfaces:
LoadableConstantEntry, PoolEntry
All Known Subinterfaces:
DoubleEntry, FloatEntry, IntegerEntry, LongEntry, StringEntry

public sealed interface ConstantValueEntry extends LoadableConstantEntry permits DoubleEntry, FloatEntry, IntegerEntry, LongEntry, StringEntry
Marker interface for constant pool entries that can represent constant values in the ConstantValue attribute.
Since:
24
See Also: