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