Uses of Interface
io.smallrye.classfile.instruction.LocalVariable
Packages that use LocalVariable
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of LocalVariable in io.smallrye.classfile.instruction
Methods in io.smallrye.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.