Uses of Interface
io.smallrye.classfile.instruction.CharacterRange
Packages that use CharacterRange
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of CharacterRange in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return CharacterRangeModifier and TypeMethodDescriptionstatic CharacterRangeCharacterRange.of(Label startScope, Label endScope, int characterRangeStart, int characterRangeEnd, int flags) Returns a character range pseudo-instruction.