Uses of Interface
io.smallrye.classfile.attribute.CharacterRangeInfo
Packages that use CharacterRangeInfo
Package
Description
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of CharacterRangeInfo in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return CharacterRangeInfoModifier and TypeMethodDescriptionstatic CharacterRangeInfoCharacterRangeInfo.of(int startPc, int endPc, int characterRangeStart, int characterRangeEnd, int flags) Returns a character range entry.Methods in io.smallrye.classfile.attribute that return types with arguments of type CharacterRangeInfoModifier and TypeMethodDescriptionCharacterRangeTableAttribute.characterRangeTable()Returns the entries of the character range table.Method parameters in io.smallrye.classfile.attribute with type arguments of type CharacterRangeInfoModifier and TypeMethodDescriptionstatic CharacterRangeTableAttributeCharacterRangeTableAttribute.of(List<CharacterRangeInfo> ranges) Returns aCharacterRangeTableattribute.