super(condExpr, method.getClass(), staticCall); this.method = method;
if (o instanceof MethodCondition) { MethodCondition mc = (MethodCondition)o; if (mc.method.equals(method)) { return super.equals(o); } } return false;
return method;
if (token.equals(Condition.TARGET)) { return getTarget(invocation, isStatic); } else if (token.equals(Condition.RETURN)) { return rtn; } return null;
return token.equals(Condition.TARGET) || token.equals(Condition.RETURN);
return method.getParameterTypes();