インタフェースjava.lang.classfile.constantpool.IntegerEntryの
使用
IntegerEntryを使用するパッケージ
-
java.lang.classfileでのIntegerEntryの使用
IntegerEntryを返すjava.lang.classfileのメソッド修飾子と型メソッド説明AnnotationValue.OfBoolean.constant()
バッキング整数エントリを返します。AnnotationValue.OfByte.constant()
バッキング整数エントリを返します。AnnotationValue.OfChar.constant()
バッキング整数エントリを返します。AnnotationValue.OfInt.constant()
バッキング整数エントリを返します。AnnotationValue.OfShort.constant()
バッキング整数エントリを返します。型IntegerEntryのパラメータを持つjava.lang.classfileのメソッド修飾子と型メソッド説明static AnnotationValue.OfBoolean
AnnotationValue.ofBoolean
(IntegerEntry value) 要素と値のペアのブール値を返します。static AnnotationValue.OfByte
AnnotationValue.ofByte
(IntegerEntry value) 要素と値のペアのバイト値を返します。static AnnotationValue.OfChar
AnnotationValue.ofChar
(IntegerEntry value) 要素と値のペアのchar値を返します。static AnnotationValue.OfInt
AnnotationValue.ofInt
(IntegerEntry value) 要素と値のペアのint値を返します。static AnnotationValue.OfShort
AnnotationValue.ofShort
(IntegerEntry value) 要素と値のペアの短い値を返します。 -
java.lang.classfile.constantpoolでのIntegerEntryの使用