Uses of Interface
java.lang.classfile.components.CodeRelabeler
Packages that use CodeRelabelerPREVIEW
Package
Description
Provides specific components, transformations, and tools built on top of the
java.lang.classfilePREVIEW library.-
Uses of CodeRelabelerPREVIEW in java.lang.classfile.componentsPREVIEW
Methods in java.lang.classfile.componentsPREVIEW that return CodeRelabelerPREVIEWModifier and TypeMethodDescriptionstatic CodeRelabelerPREVIEWCodeRelabeler.of()Creates a new instance of CodeRelabeler.static CodeRelabelerPREVIEWCodeRelabeler.of(BiFunction<LabelPREVIEW, CodeBuilderPREVIEW, LabelPREVIEW> mapFunction) Creates a new instance of CodeRelabeler using providedBiFunctionto re-label the code.static CodeRelabelerPREVIEWCreates a new instance of CodeRelabeler storing the label mapping into the provided map.