Class JdkFilters.MethodFilter

  • All Implemented Interfaces:
    IItemFilter
    Enclosing class:
    JdkFilters

    public static class JdkFilters.MethodFilter
    extends java.lang.Object
    implements IItemFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodFilter​(java.lang.String typeName, java.lang.String methodName)
      Constructs a filter that accepts stack trace frames matching the provided type and method name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.function.Predicate<IItem> getPredicate​(IType<IItem> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodFilter

        public MethodFilter​(java.lang.String typeName,
                            java.lang.String methodName)
        Constructs a filter that accepts stack trace frames matching the provided type and method name.
        Parameters:
        typeName - Type (class) name to match
        methodName - Method name to match