Interface JGrep.MethodInvocationPredicate

  • Enclosing class:
    JGrep

    static interface JGrep.MethodInvocationPredicate
    A predicate that examines a method invocation.
    • Method Detail

      • evaluate

        boolean evaluate​(UnitCompiler uc,
                         Java.Invocation invocation,
                         IClass.IMethod method)
                  throws java.lang.Exception
        Returns:
        Whether the method incovation met some criterion
        Throws:
        java.lang.Exception