Uses of Interface
java.lang.classfile.components.CodeRelabeler
Packages that use 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
Methods in java.lang.classfile.components that return CodeRelabelerModifier and TypeMethodDescriptionstatic CodeRelabelerCodeRelabeler.of()Creates a new instance of CodeRelabeler.static CodeRelabelerCodeRelabeler.of(BiFunction<Label, CodeBuilder, Label> mapFunction) Creates a new instance of CodeRelabeler using providedBiFunctionto re-label the code.static CodeRelabelerCreates a new instance of CodeRelabeler storing the label mapping into the provided map.