Uses of Interface
java.lang.classfile.instruction.LocalVariable
Packages that use LocalVariablePREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of LocalVariablePREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return LocalVariablePREVIEWModifier and TypeMethodDescriptionstatic LocalVariablePREVIEWLocalVariable.of(int slot, Utf8EntryPREVIEW nameEntry, Utf8EntryPREVIEW descriptorEntry, LabelPREVIEW startScope, LabelPREVIEW endScope) Returns a local variable pseudo-instruction.static LocalVariablePREVIEWLocalVariable.of(int slot, String name, ClassDesc descriptor, LabelPREVIEW startScope, LabelPREVIEW endScope) Returns a local variable pseudo-instruction.