Class CodeScraper
- java.lang.Object
-
- com.ibm.wala.shrike.instrumentation.CodeScraper
-
- All Implemented Interfaces:
ClassFileTransformer
public class CodeScraper extends Object implements ClassFileTransformer
-
-
Constructor Summary
Constructors Constructor Description CodeScraper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
premain(String agentArgs, Instrumentation inst)
byte[]
transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.instrument.ClassFileTransformer
transform
-
-
-
-
Method Detail
-
transform
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
- Specified by:
transform
in interfaceClassFileTransformer
- Throws:
IllegalClassFormatException
-
premain
public static void premain(String agentArgs, Instrumentation inst)
-
-