| Package | Description |
|---|---|
| com.videobug.agent.weaver | |
| com.videobug.agent.weaver.method |
| Constructor and Description |
|---|
ClassTransformer(WeaveLog weaver,
WeaveConfig config,
byte[] inputClass,
ClassLoader loader)
This constructor weaves the given class and provides the result.
|
ClassTransformer(WeaveLog weaver,
WeaveConfig config,
org.objectweb.asm.ClassReader reader,
ClassLoader loader)
This constructor weaves the given class and provides the result.
|
ClassTransformer(WeaveLog weaver,
WeaveConfig config,
org.objectweb.asm.ClassWriter cw)
Initializes the object as a ClassVisitor.
|
WeaveConfig(WeaveConfig parent,
com.insidious.common.weaver.LogLevel level)
A copy constructor with a constraint.
|
Weaver(File outputDir,
WeaveConfig config)
Set up the object to manage a weaving process.
|
| Constructor and Description |
|---|
MethodTransformer(WeaveLog w,
WeaveConfig config,
String sourceFileName,
String className,
String outerClassName,
int access,
String methodName,
String methodDesc,
String signature,
String[] exceptions,
org.objectweb.asm.MethodVisitor mv)
Initialize the instance
|
Copyright © 2023. All rights reserved.