public class OnlineDynamicCallGraph extends Object implements ClassFileTransformer
| Constructor and Description |
|---|
OnlineDynamicCallGraph() |
| Modifier and Type | Method and Description |
|---|---|
static void |
premain(Instrumentation inst) |
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public OnlineDynamicCallGraph()
throws IllegalArgumentException,
IOException,
InvalidClassFileException
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
transform in interface ClassFileTransformerIllegalClassFormatExceptionpublic static void premain(Instrumentation inst) throws IllegalArgumentException, IOException, InvalidClassFileException
Copyright © 2019. All rights reserved.