Uses of Package
java.lang.classfile.components
Packages that use java.lang.classfile.components
Package
Description
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
library.-
Classes in java.lang.classfile.components used by java.lang.classfile.componentsClassDescriptionA tree node holding
Map
of nested nodes.Named, traversable, and printable node parent.Level of detail to print or export.ClassRemapper
is aClassTransform
,FieldTransform
,MethodTransform
andCodeTransform
deeply re-mapping all class references in any form, according to given map or map function.CodeLocalsShifter
is aCodeTransform
shifting locals to newly allocated positions to avoid conflicts during code injection.A code relabeler is aCodeTransform
replacing all occurrences ofLabel
in the transformed code with new instances.CodeStackTracker
is aCodeTransform
tracking stack content and calculating max stack size.