Uses of Interface
java.lang.classfile.instruction.LocalVariable
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of LocalVariable in java.lang.classfile.instruction
Modifier and TypeMethodDescriptionstatic LocalVariable
LocalVariable.of
(int slot, Utf8Entry nameEntry, Utf8Entry descriptorEntry, Label startScope, Label endScope) Returns a local variable pseudo-instruction.static LocalVariable
Returns a local variable pseudo-instruction.