Uses of Interface
java.lang.classfile.attribute.CharacterRangeTableAttribute
Packages that use CharacterRangeTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of CharacterRangeTableAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type CharacterRangeTableAttributeModifier and TypeMethodDescriptionAttributes.characterRangeTable()
Returns Attribute mapper for theCharacterRangeTable
attribute. -
Uses of CharacterRangeTableAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type CharacterRangeTableAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
The CharacterRangeTable attribute is an optional variable-length attribute in the attributes table of aCode
attribute.Methods in java.lang.classfile.attribute that return CharacterRangeTableAttributeModifier and TypeMethodDescriptionstatic CharacterRangeTableAttribute
CharacterRangeTableAttribute.of
(List<CharacterRangeInfo> ranges) Returns aCharacterRangeTable
attribute.