Uses of Interface
java.lang.classfile.attribute.CharacterRangeInfo
Packages that use CharacterRangeInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of CharacterRangeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return CharacterRangeInfoPREVIEWModifier and TypeMethodDescriptionstatic CharacterRangeInfoPREVIEWCharacterRangeInfo.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 aCharacterRangeTableattribute.