public abstract class TreeTransformer extends java.lang.Object implements ILegacyClassTransformer
| Constructor and Description |
|---|
TreeTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.objectweb.asm.tree.ClassNode |
readClass(byte[] basicClass) |
protected org.objectweb.asm.tree.ClassNode |
readClass(byte[] basicClass,
boolean cacheReader) |
protected byte[] |
writeClass(org.objectweb.asm.tree.ClassNode classNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformClassBytesgetName, isDelegationExcludedprotected final org.objectweb.asm.tree.ClassNode readClass(byte[] basicClass)
basicClass - Original bytecodeprotected final org.objectweb.asm.tree.ClassNode readClass(byte[] basicClass,
boolean cacheReader)
basicClass - Original bytecodecacheReader - True to cache the classReader instance for use when
writing the generated ClassNode laterprotected final byte[] writeClass(org.objectweb.asm.tree.ClassNode classNode)
classNode - ClassNode to write out