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 theCharacterRangeTableattribute. -
Uses of CharacterRangeTableAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type CharacterRangeTableAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceThe CharacterRangeTable attribute is an optional variable-length attribute in the attributes table of aCodeattribute.Methods in java.lang.classfile.attribute that return CharacterRangeTableAttributeModifier and TypeMethodDescriptionstatic CharacterRangeTableAttributeCharacterRangeTableAttribute.of(List<CharacterRangeInfo> ranges) Returns aCharacterRangeTableattribute.