Interface PseudoInstruction
- All Superinterfaces:
ClassFileElementPREVIEW,CodeElementPREVIEW
- All Known Subinterfaces:
CharacterRangePREVIEW,ExceptionCatchPREVIEW,LabelTargetPREVIEW,LineNumberPREVIEW,LocalVariablePREVIEW,LocalVariableTypePREVIEW
public sealed interface PseudoInstruction
extends CodeElementPREVIEW
permits CharacterRangePREVIEW, ExceptionCatchPREVIEW, LabelTargetPREVIEW, LineNumberPREVIEW, LocalVariablePREVIEW, LocalVariableTypePREVIEW (not exhaustive)
PseudoInstruction is a preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models metadata about a
CodeAttributePREVIEW, such as entries in the
exception table, line number table, local variable table, or the mapping
between instructions and labels. Pseudo-instructions are delivered as part
of the element stream of a CodeModelPREVIEW. Delivery of some
pseudo-instructions can be disabled by modifying the value of classfile
options (e.g., ClassFile.DebugElementsOptionPREVIEW).- Since:
- 22
PseudoInstructionwhen preview features are enabled.