net.sf.cglib.transform
Interface MethodFilter


public interface MethodFilter


Method Summary
 boolean accept(int access, java.lang.String name, java.lang.String desc, java.lang.String[] exceptions, org.objectweb.asm.Attribute attrs)
           
 

Method Detail

accept

public boolean accept(int access,
                      java.lang.String name,
                      java.lang.String desc,
                      java.lang.String[] exceptions,
                      org.objectweb.asm.Attribute attrs)


Copyright © 2002-2003 cglib. All Rights Reserved.