Package com.ibm.wala.shrike.cg
Class OnlineDynamicCallGraph
- java.lang.Object
-
- com.ibm.wala.shrike.cg.OnlineDynamicCallGraph
-
- All Implemented Interfaces:
ClassFileTransformer
public class OnlineDynamicCallGraph extends Object implements ClassFileTransformer
-
-
Constructor Summary
Constructors Constructor Description OnlineDynamicCallGraph()
-
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
-
-
-
-
Constructor Detail
-
OnlineDynamicCallGraph
public OnlineDynamicCallGraph() throws IllegalArgumentException, IOException, InvalidClassFileException
-
-
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) throws IllegalArgumentException, IOException, InvalidClassFileException
-
-