Uses of Interface
java.lang.classfile.ClassFileTransform
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
PREVIEW library.-
Uses of ClassFileTransformPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeInterfaceDescriptioninterface
ClassFileTransformPREVIEW<C extends ClassFileTransformPREVIEW<C,
E, B>, E extends ClassFileElementPREVIEW, B extends ClassFileBuilderPREVIEW<E, B>> Preview.A transformation on streams of elements.Modifier and TypeInterfaceDescriptioninterface
Preview.A transformation on streams ofClassElement
PREVIEW.interface
Preview.A transformation on streams ofCodeElement
PREVIEW.interface
Preview.A transformation on streams ofFieldElement
PREVIEW.interface
Preview.A transformation on streams ofMethodElement
PREVIEW.Modifier and TypeMethodDescriptiondefault B
ClassFileBuilder.transform
(CompoundElementPREVIEW<E> model, ClassFileTransformPREVIEW<?, E, B> transform) Apply a transform to a model, directing results to this builder. -
Uses of ClassFileTransformPREVIEW in java.lang.classfile.componentsPREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.ClassRemapper
is aClassTransform
PREVIEW,FieldTransform
PREVIEW,MethodTransform
PREVIEW andCodeTransform
PREVIEW deeply re-mapping all class references in any form, according to given map or map function.interface
Preview.CodeLocalsShifter
PREVIEW is aCodeTransform
PREVIEW shifting locals to newly allocated positions to avoid conflicts during code injection.interface
Preview.A code relabeler is aCodeTransform
PREVIEW replacing all occurrences ofLabel
PREVIEW in the transformed code with new instances.interface
Preview.CodeStackTracker
PREVIEW is aCodeTransform
PREVIEW tracking stack content and calculating max stack size.