Package com.strobel.reflection
Class RuntimeTypeCache.Filter
- java.lang.Object
-
- com.strobel.reflection.RuntimeTypeCache.Filter
-
- Enclosing class:
- RuntimeTypeCache<T>
private static final class RuntimeTypeCache.Filter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private MemberListType
_listType
private java.lang.String
_name
-
Constructor Summary
Constructors Modifier Constructor Description private
Filter(java.lang.String name, MemberListType listType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
match(java.lang.String name)
-
-
-
Field Detail
-
_name
private final java.lang.String _name
-
_listType
private final MemberListType _listType
-
-
Constructor Detail
-
Filter
private Filter(java.lang.String name, MemberListType listType)
-
-