private static class InlineBytecodeGenerator.ParameterWritingVisitorWrapper
extends net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
| Modifier and Type | Class and Description |
|---|---|
private static class |
InlineBytecodeGenerator.ParameterWritingVisitorWrapper.MethodParameterStrippingMethodVisitor |
private static class |
InlineBytecodeGenerator.ParameterWritingVisitorWrapper.ParameterAddingClassVisitor |
net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase, net.bytebuddy.asm.AsmVisitorWrapper.Compound, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods, net.bytebuddy.asm.AsmVisitorWrapper.NoOp| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
type |
| Modifier | Constructor and Description |
|---|---|
private |
ParameterWritingVisitorWrapper(java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.ClassVisitor |
wrap(net.bytebuddy.description.type.TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext,
net.bytebuddy.pool.TypePool typePool,
net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields,
net.bytebuddy.description.method.MethodList<?> methods,
int writerFlags,
int readerFlags) |
private ParameterWritingVisitorWrapper(java.lang.Class<?> type)
public org.objectweb.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext,
net.bytebuddy.pool.TypePool typePool,
net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields,
net.bytebuddy.description.method.MethodList<?> methods,
int writerFlags,
int readerFlags)