Package net.sf.cglib.core
Class VisibilityPredicate
- java.lang.Object
-
- net.sf.cglib.core.VisibilityPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
pkg
private boolean
protectedOk
private boolean
samePackageOk
-
Constructor Summary
Constructors Constructor Description VisibilityPredicate(java.lang.Class source, boolean protectedOk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(java.lang.Object arg)
-