Uses of Interface
java.lang.classfile.attribute.CharacterRangeTableAttribute
Packages that use CharacterRangeTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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
Models theCharacterRangeTable
attribute, which is a bidirectional mapping from ranges of positions in the source file to ranges of indices into thecode
array.Methods in java.lang.classfile.attribute that return CharacterRangeTableAttributeModifier and TypeMethodDescriptionstatic CharacterRangeTableAttribute
CharacterRangeTableAttribute.of
(List<CharacterRangeInfo> ranges) Returns aCharacterRangeTable
attribute.