Uses of Interface
java.lang.classfile.constantpool.IntegerEntry
Packages that use IntegerEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
java.lang.classfile
library.-
Uses of IntegerEntry in java.lang.classfile
Methods in java.lang.classfile that return IntegerEntryModifier and TypeMethodDescriptionAnnotationValue.OfBoolean.constant()
Returns the backing integer entry.AnnotationValue.OfByte.constant()
Returns the backing integer entry.AnnotationValue.OfChar.constant()
Returns the backing integer entry.AnnotationValue.OfInt.constant()
Returns the backing integer entry.AnnotationValue.OfShort.constant()
Returns the backing integer entry.Methods in java.lang.classfile with parameters of type IntegerEntryModifier and TypeMethodDescriptionstatic AnnotationValue.OfBoolean
AnnotationValue.ofBoolean
(IntegerEntry value) Returns a boolean value for an element-value pair.static AnnotationValue.OfByte
AnnotationValue.ofByte
(IntegerEntry value) Returns a byte value for an element-value pair.static AnnotationValue.OfChar
AnnotationValue.ofChar
(IntegerEntry value) Returns a char value for an element-value pair.static AnnotationValue.OfInt
AnnotationValue.ofInt
(IntegerEntry value) Returns an int value for an element-value pair.static AnnotationValue.OfShort
AnnotationValue.ofShort
(IntegerEntry value) Returns a short value for an element-value pair. -
Uses of IntegerEntry in java.lang.classfile.constantpool
Methods in java.lang.classfile.constantpool that return IntegerEntryModifier and TypeMethodDescriptionConstantPoolBuilder.intEntry
(int value) Returns anIntegerEntry
describing the provided value.