net.sf.cglib
Class VisibilityFilter

java.lang.Object
  extended bynet.sf.cglib.VisibilityFilter
All Implemented Interfaces:
MethodFilter

public class VisibilityFilter
extends java.lang.Object
implements MethodFilter


Constructor Summary
VisibilityFilter(java.lang.Class source)
           
 
Method Summary
 boolean accept(java.lang.reflect.Member member)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisibilityFilter

public VisibilityFilter(java.lang.Class source)
Method Detail

accept

public boolean accept(java.lang.reflect.Member member)
Specified by:
accept in interface MethodFilter

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)


Copyright (c) 2001 - Apache Software Foundation