インタフェースIntegerEntry

すべてのスーパー・インタフェース:
AnnotationConstantValueEntry, ConstantValueEntry, LoadableConstantEntry, PoolEntry

public sealed interface IntegerEntry extends AnnotationConstantValueEntry, ConstantValueEntry
classファイルの定数プールでCONSTANT_Integer_info構造(int定数)をモデル化します。

IntegerEntryの使用は、intによってモデル化されます。 変換は、ConstantPoolBuilder.intEntry(int)およびintValue()を介して行われます。

Java Virtual Machine仕様を参照してください:
「4.4.4 CONSTANT_Integer_infoおよびCONSTANT_Float_infoの構造」
導入されたバージョン:
24
関連項目: