Uses of Interface
java.lang.classfile.constantpool.IntegerEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of IntegerEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAnnotationValue.ofBoolean
(IntegerEntryPREVIEW value) Returns an annotation element for a boolean-valued element.AnnotationValue.ofByte
(IntegerEntryPREVIEW value) Returns an annotation element for a byte-valued element.AnnotationValue.ofChar
(IntegerEntryPREVIEW value) Returns an annotation element for a char-valued element.AnnotationValue.ofInt
(IntegerEntryPREVIEW value) Returns an annotation element for an int-valued element.AnnotationValue.ofShort
(IntegerEntryPREVIEW value) Returns an annotation element for a short-valued element. -
Uses of IntegerEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.intEntry
(int value) Returns AnIntegerEntry
PREVIEW describing the provided value.