Interface TopLevelClassTransformer
- All Superinterfaces:
Transformer
- All Known Implementing Classes:
GenericTransform,ImplicitConstructorCleanup,SwitchOnEnum,SyntheticCleanup
Created by covers1624 on 13/11/25.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(ClassDecl cInsn, ClassTransformContext ctx) Transform a top-level class.Methods inherited from interface net.covers1624.coffeegrinder.bytecode.transform.Transformer
getName, stepType
-
Method Details
-
transform
Transform a top-level class.All methods have already been fully processed.
All nested/inner/local/anon classes are present and already fully processed.
- Parameters:
cInsn- The class.ctx- The context.
-