Class CodeScraper
java.lang.Object
com.ibm.wala.shrike.instrumentation.CodeScraper
- All Implemented Interfaces:
ClassFileTransformer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
premain
(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
-
Constructor Details
-
CodeScraper
public CodeScraper()
-
-
Method Details
-
transform
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException - Specified by:
transform
in interfaceClassFileTransformer
- Throws:
IllegalClassFormatException
-
premain
-