net.sf.cglib.core
Class RejectModifierPredicate

java.lang.Object
  extended by net.sf.cglib.core.RejectModifierPredicate
All Implemented Interfaces:
Predicate

public class RejectModifierPredicate
extends Object
implements Predicate


Constructor Summary
RejectModifierPredicate(int rejectMask)
           
 
Method Summary
 boolean evaluate(Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RejectModifierPredicate

public RejectModifierPredicate(int rejectMask)
Method Detail

evaluate

public boolean evaluate(Object arg)
Specified by:
evaluate in interface Predicate


Copyright © 2012 Oracle Corporation. All Rights Reserved.