protected class AsmVisitorWrapper.ForDeclaredMethods.DispatchingVisitor
extends org.objectweb.asm.ClassVisitor
| Modifier | Constructor and Description |
|---|---|
protected |
DispatchingVisitor(org.objectweb.asm.ClassVisitor classVisitor,
TypeDescription instrumentedType,
Implementation.Context implementationContext,
TypePool typePool,
Map<String,MethodDescription> methods,
int writerFlags,
int readerFlags)
Creates a new dispatching visitor.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.MethodVisitor |
visitMethod(int modifiers,
String internalName,
String descriptor,
String signature,
String[] exceptions) |
protected DispatchingVisitor(org.objectweb.asm.ClassVisitor classVisitor,
TypeDescription instrumentedType,
Implementation.Context implementationContext,
TypePool typePool,
Map<String,MethodDescription> methods,
int writerFlags,
int readerFlags)
classVisitor - The underlying class visitor.instrumentedType - The instrumented type.implementationContext - The implementation context to use.typePool - The type pool to use.methods - The methods that are declared by the instrumented type or virtually inherited.writerFlags - The ASM ClassWriter flags to consider.readerFlags - The ASM ClassReader flags to consider.Copyright © 2014–2019. All rights reserved.