net.sf.cglib
Class ModifierFilter

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

public class ModifierFilter
extends java.lang.Object
implements MethodFilter


Constructor Summary
ModifierFilter(int mask, int value)
           
 
Method Summary
 boolean accept(java.lang.reflect.Member method)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifierFilter

public ModifierFilter(int mask,
                      int value)
Method Detail

accept

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

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)


Copyright (c) 2001 - Apache Software Foundation