Package ognl.internal.entry
Class MethodAccessEntryValue
- java.lang.Object
-
- ognl.internal.entry.MethodAccessEntryValue
-
public class MethodAccessEntryValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisAccessibleprivate booleannotPublic
-
Constructor Summary
Constructors Constructor Description MethodAccessEntryValue(boolean accessible)MethodAccessEntryValue(boolean accessible, boolean notPublic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAccessible()booleanisNotPublic()
-