Uses of Interface
java.lang.classfile.instruction.LocalVariableType
Packages that use LocalVariableType
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of LocalVariableType in java.lang.classfile.instruction
Methods in java.lang.classfile.instruction that return LocalVariableTypeModifier and TypeMethodDescriptionstatic LocalVariableType
LocalVariableType.of
(int slot, Utf8Entry nameEntry, Utf8Entry signatureEntry, Label startScope, Label endScope) Returns a local variable type pseudo-instruction.static LocalVariableType
Returns a local variable type pseudo-instruction.