Module java.base

Interface CharacterRange

All Superinterfaces:
ClassFileElementPREVIEW, CodeElementPREVIEW, PseudoInstructionPREVIEW

public sealed interface CharacterRange extends PseudoInstructionPREVIEW
CharacterRange is a preview API of the Java platform.
Programs can only use CharacterRange 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 CharacterRangeTableAttributePREVIEW. Delivered as a CodeElementPREVIEW during traversal of the elements of a CodeModelPREVIEW, according to the setting of the ClassFile.DebugElementsOptionPREVIEW option.
Since:
22