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
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
- Specified by:
transformin interfaceClassTransformer
-