org.lightwolf.tools
Class LightWolfEnhancer
java.lang.Object
org.lightwolf.tools.LightWolfEnhancer
public class LightWolfEnhancer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DONT_NEED_TRANSFORM
public static final int DONT_NEED_TRANSFORM
- See Also:
- Constant Field Values
NEED_TRANSFORM
public static final int NEED_TRANSFORM
- See Also:
- Constant Field Values
WAS_TRANSFORMED_BEFORE
public static final int WAS_TRANSFORMED_BEFORE
- See Also:
- Constant Field Values
TRANSFORMED
public static final int TRANSFORMED
- See Also:
- Constant Field Values
changeFile
public static boolean changeFile
LightWolfEnhancer
public LightWolfEnhancer(IClassProvider classProvider)
LightWolfEnhancer
public LightWolfEnhancer(ClassLoader classLoader)
getResultName
public static String getResultName(int result)
transform
public int transform(PublicByteArrayOutputStream classBytes)
transform
public int transform(File f)
throws IOException
- Throws:
IOException
toString
public static String toString(org.objectweb.asm.tree.AbstractInsnNode inst)
append
public static void append(org.objectweb.asm.tree.AbstractInsnNode inst,
StringBuilder dest)