Interface TypeMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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