Class AssertTransform
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.AssertTransform
- All Implemented Interfaces:
ClassTransformer,Transformer
Created by covers1624 on 30/8/22.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(ClassDecl cInsn, ClassTransformContext ctx) Transform a class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.covers1624.coffeegrinder.bytecode.transform.Transformer
getName, stepType
-
Field Details
-
ASSERTION_ERROR_TYPE
public static final org.objectweb.asm.Type ASSERTION_ERROR_TYPE
-
-
Constructor Details
-
AssertTransform
-
-
Method Details
-
transform
Description copied from interface:ClassTransformerTransform a class. Called for all class types, but before inner/local/anon classes have been added to their parent.All methods have already been fully processed.
All inner/local/anon classes are present and already fully processed.
- Specified by:
transformin interfaceClassTransformer- Parameters:
cInsn- The class.ctx- The context.
-