Module java.base

Interface LocalVariableType

All Superinterfaces:
ClassFileElementPREVIEW, CodeElementPREVIEW, PseudoInstructionPREVIEW

public sealed interface LocalVariableType extends PseudoInstructionPREVIEW
LocalVariableType is a preview API of the Java platform.
Programs can only use LocalVariableType when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
A pseudo-instruction which models a single entry in the LocalVariableTypeTableAttributePREVIEW. Delivered as a CodeElementPREVIEW during traversal of the elements of a CodeModelPREVIEW, according to the setting of the ClassFile.DebugElementsOptionPREVIEW option.
Since:
22