Uses of Package
java.lang.classfile.components
Package
Description
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
PREVIEW library.-
ClassDescriptionPreview.A tree node holding
Map
of nested nodes.Preview.Named, traversable, and printable node parent.Preview.Level of detail to print or export.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.Preview.CodeLocalsShifter
PREVIEW is aCodeTransform
PREVIEW shifting locals to newly allocated positions to avoid conflicts during code injection.Preview.A code relabeler is aCodeTransform
PREVIEW replacing all occurrences ofLabel
PREVIEW in the transformed code with new instances.Preview.CodeStackTracker
PREVIEW is aCodeTransform
PREVIEW tracking stack content and calculating max stack size.