Uses of Interface
java.lang.classfile.attribute.CharacterRangeInfo
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of CharacterRangeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionstatic CharacterRangeInfoPREVIEW
CharacterRangeInfo.of
(int startPc, int endPc, int characterRangeStart, int characterRangeEnd, int flags) Returns a character range description.Modifier and TypeMethodDescriptionCharacterRangeTableAttribute.characterRangeTable()
Returns the entries of the character range table.Modifier and TypeMethodDescriptionCharacterRangeTableAttribute.of
(List<CharacterRangeInfoPREVIEW> ranges) Returns aCharacterRangeTable
attribute.