Uses of Package
java.lang.classfile.components
Packages that use java.lang.classfile.componentsPREVIEW
Package
Description
Provides specific components, transformations, and tools built on top of the
java.lang.classfilePREVIEW library.-
Classes in java.lang.classfile.componentsPREVIEW used by java.lang.classfile.componentsPREVIEWClassDescriptionPreview.A tree node holding
Mapof nested nodes.Preview.Named, traversable, and printable node parent.Preview.Level of detail to print or export.Preview.ClassRemapperis aClassTransformPREVIEW,FieldTransformPREVIEW,MethodTransformPREVIEW andCodeTransformPREVIEW deeply re-mapping all class references in any form, according to given map or map function.Preview.CodeLocalsShifterPREVIEW is aCodeTransformPREVIEW shifting locals to newly allocated positions to avoid conflicts during code injection.Preview.A code relabeler is aCodeTransformPREVIEW replacing all occurrences ofLabelPREVIEW in the transformed code with new instances.Preview.CodeStackTrackerPREVIEW is aCodeTransformPREVIEW tracking stack content and calculating max stack size.