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