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