Uses of Interface
io.smallrye.classfile.attribute.CharacterRangeTableAttribute
Packages that use CharacterRangeTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of CharacterRangeTableAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type CharacterRangeTableAttributeModifier and TypeMethodDescriptionAttributes.characterRangeTable()Returns the mapper for theCharacterRangeTableattribute. -
Uses of CharacterRangeTableAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return CharacterRangeTableAttributeModifier and TypeMethodDescriptionstatic CharacterRangeTableAttributeCharacterRangeTableAttribute.of(List<CharacterRangeInfo> ranges) Returns aCharacterRangeTableattribute.