FindBugs™ 1.3.9

edu.umd.cs.findbugs.util
Interface TypeMatcher

All Known Implementing Classes:
AnyTypeMatcher, SubtypeTypeMatcher

public interface TypeMatcher

Predicate for matching types.

Author:
David Hovemeyer

Method Summary
 boolean matches(org.apache.bcel.generic.Type t)
          Determine whether given type matches this predicate.
 

Method Detail

matches

boolean matches(org.apache.bcel.generic.Type t)
Determine whether given type matches this predicate.

Parameters:
t - a Type
Returns:
true if the Type matches, false otherwise

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.