Class AnyTypeMatcher

java.lang.Object
edu.umd.cs.findbugs.util.AnyTypeMatcher
All Implemented Interfaces:
TypeMatcher

public class AnyTypeMatcher extends Object implements TypeMatcher
A TypeMatcher that matches all types.
Author:
David Hovemeyer
  • Constructor Details

    • AnyTypeMatcher

      public AnyTypeMatcher()
  • Method Details

    • matches

      public boolean matches(org.apache.bcel.generic.Type t)
      Description copied from interface: TypeMatcher
      Determine whether given type matches this predicate.
      Specified by:
      matches in interface TypeMatcher
      Parameters:
      t - a Type
      Returns:
      true if the Type matches, false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object