Uses of Interface
java.lang.classfile.AccessFlags
Packages that use AccessFlagsPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
PREVIEW library.-
Uses of AccessFlagsPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return AccessFlagsPREVIEW -
Uses of AccessFlagsPREVIEW in java.lang.classfile.componentsPREVIEW
Methods in java.lang.classfile.componentsPREVIEW with parameters of type AccessFlagsPREVIEWModifier and TypeMethodDescriptionstatic CodeLocalsShifterPREVIEW
CodeLocalsShifter.of
(AccessFlagsPREVIEW methodFlags, MethodTypeDesc methodDescriptor) Creates a new instance ofCodeLocalsShifter
PREVIEW with fixed local slots calculated from provided method information.