net.sf.cglib.core
Class VisibilityPredicate

java.lang.Object
  extended bynet.sf.cglib.core.VisibilityPredicate
All Implemented Interfaces:
Predicate

public class VisibilityPredicate
extends java.lang.Object
implements Predicate


Constructor Summary
VisibilityPredicate(java.lang.Class source, boolean protectedOk)
           
 
Method Summary
 boolean evaluate(java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisibilityPredicate

public VisibilityPredicate(java.lang.Class source,
                           boolean protectedOk)
Method Detail

evaluate

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


Copyright © 2002-2003 cglib. All Rights Reserved.