Uses of Interface
java.lang.classfile.instruction.CharacterRange
Packages that use CharacterRange
Package
Description
Provides interfaces describing code instructions for the 
java.lang.classfile library.- 
Uses of CharacterRange in java.lang.classfile.instructionMethods in java.lang.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.