Uses of Interface
java.lang.classfile.attribute.CharacterRangeInfo
Packages that use CharacterRangeInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of CharacterRangeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return CharacterRangeInfoPREVIEWModifier and TypeMethodDescriptionstatic CharacterRangeInfoPREVIEW
CharacterRangeInfo.of
(int startPc, int endPc, int characterRangeStart, int characterRangeEnd, int flags) Returns a character range description.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type CharacterRangeInfoPREVIEWModifier and TypeMethodDescriptionCharacterRangeTableAttribute.characterRangeTable()
Returns the entries of the character range table.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type CharacterRangeInfoPREVIEWModifier and TypeMethodDescriptionCharacterRangeTableAttribute.of
(List<CharacterRangeInfoPREVIEW> ranges) Returns aCharacterRangeTable
attribute.