Uses of Interface
java.lang.classfile.constantpool.IntegerEntry
Packages that use IntegerEntryPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of IntegerEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return IntegerEntryPREVIEWModifier 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.classfilePREVIEW with parameters of type IntegerEntryPREVIEWModifier and TypeMethodDescriptionAnnotationValue.ofBoolean(IntegerEntryPREVIEW value) Returns a boolean value for an element-value pair.AnnotationValue.ofByte(IntegerEntryPREVIEW value) Returns a byte value for an element-value pair.AnnotationValue.ofChar(IntegerEntryPREVIEW value) Returns a char value for an element-value pair.static AnnotationValue.OfIntPREVIEWAnnotationValue.ofInt(IntegerEntryPREVIEW value) Returns an int value for an element-value pair.AnnotationValue.ofShort(IntegerEntryPREVIEW value) Returns a short value for an element-value pair. -
Uses of IntegerEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return IntegerEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.intEntry(int value) Returns AnIntegerEntryPREVIEW describing the provided value.