public interface  net.bytebuddy.asm.AsmVisitorWrapper extends java.lang.Object
{
public static final int NO_FLAGS;
public abstract int mergeWriter(int);
public abstract int mergeReader(int);
public abstract net.bytebuddy.jar.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.jar.asm.ClassVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, net.bytebuddy.description.field.FieldList, net.bytebuddy.description.method.MethodList, int, int);
}