Uses of Class
com.vladium.util.WCMatcher

Packages that use WCMatcher
com.vladium.emma.filter   
com.vladium.util   
 

Uses of WCMatcher in com.vladium.emma.filter
 

Fields in com.vladium.emma.filter declared as WCMatcher
private  WCMatcher[] IInclExclFilter.Factory.WCInclExclFilter.m_inclusions
           
private  WCMatcher[] IInclExclFilter.Factory.WCInclExclFilter.m_exclusions
           
 

Uses of WCMatcher in com.vladium.util
 

Subclasses of WCMatcher in com.vladium.util
private static class WCMatcher.AllMatcher
           
private static class WCMatcher.EmptyMatcher
           
private static class WCMatcher.EndsWithMatcher
           
private static class WCMatcher.PatternMatcher
           
private static class WCMatcher.StartsWithMatcher
           
 

Fields in com.vladium.util declared as WCMatcher
private static WCMatcher WCMatcher.ALL_MATCHER
           
private static WCMatcher WCMatcher.EMPTY_MATCHER
           
 

Methods in com.vladium.util that return WCMatcher
static WCMatcher WCMatcher.compile(java.lang.String pattern)