インタフェース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.OfBooleanAnnotationValue.ofBoolean(IntegerEntry value) 要素と値のペアのブール値を返します。static AnnotationValue.OfByteAnnotationValue.ofByte(IntegerEntry value) 要素と値のペアのバイト値を返します。static AnnotationValue.OfCharAnnotationValue.ofChar(IntegerEntry value) 要素と値のペアのchar値を返します。static AnnotationValue.OfIntAnnotationValue.ofInt(IntegerEntry value) 要素と値のペアのint値を返します。static AnnotationValue.OfShortAnnotationValue.ofShort(IntegerEntry value) 要素と値のペアの短い値を返します。 -
java.lang.classfile.constantpoolでのIntegerEntryの使用