Uses of Interface
java.lang.classfile.components.CodeRelabeler
Package
Description
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
library.-
Uses of CodeRelabeler in java.lang.classfile.components
Modifier and TypeMethodDescriptionstatic CodeRelabeler
CodeRelabeler.of()
Creates a new instance of CodeRelabeler.static CodeRelabeler
CodeRelabeler.of
(BiFunction<Label, CodeBuilder, Label> mapFunction) Creates a new instance of CodeRelabeler using providedBiFunction
to re-label the code.static CodeRelabeler
Creates a new instance of CodeRelabeler storing the label mapping into the provided map.