net.sf.cglib.transform

Interface MethodFilter

public interface MethodFilter

Method Summary

boolean
accept(int access, String name, String desc, String[] exceptions, Attribute attrs)

Method Details

accept

public boolean accept(int access,
                      String name,
                      String desc,
                      String[] exceptions,
                      Attribute attrs)

Copyright (c) 2001 - Apache Software Foundation