public class BridgeClassVisitorWrapper
extends net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
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| Constructor and Description |
|---|
BridgeClassVisitorWrapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
mergeReader(int flags) |
int |
mergeWriter(int flags) |
net.bytebuddy.jar.asm.ClassVisitor |
wrap(net.bytebuddy.description.type.TypeDescription instrumentedType,
net.bytebuddy.jar.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) |
public int mergeWriter(int flags)
mergeWriter in interface net.bytebuddy.asm.AsmVisitorWrappermergeWriter in class net.bytebuddy.asm.AsmVisitorWrapper.AbstractBasepublic int mergeReader(int flags)
mergeReader in interface net.bytebuddy.asm.AsmVisitorWrappermergeReader in class net.bytebuddy.asm.AsmVisitorWrapper.AbstractBasepublic net.bytebuddy.jar.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription instrumentedType,
net.bytebuddy.jar.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)