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