Lines Matching refs:reason
39 private final String reason;
47 * @param reason the reason for this mark.
49 public ShortestUsageMark(String reason)
52 this.reason = reason;
60 * @param reason the reason for this mark.
64 String reason,
68 this(previousUsageMark, reason, cost, clazz, null);
75 * @param reason the reason for this mark.
81 String reason,
87 this.reason = reason;
103 this.reason = otherUsageMark.reason;
120 * Returns the reason for this mark.
124 return reason;
179 reason +