Lines Matching refs:usageMarker
34 * @see UsageMarker
43 private final UsageMarker usageMarker;
53 * @param usageMarker the usage marker that was used to mark the
59 public UsagePrinter(UsageMarker usageMarker,
62 this(usageMarker, printUnusedItems, System.out);
68 * @param usageMarker the usage marker that was used to mark the
75 public UsagePrinter(UsageMarker usageMarker,
79 this.usageMarker = usageMarker;
89 if (usageMarker.isUsed(programClass))
119 if (usageMarker.isUsed(programField) ^ printUnusedItems)
135 if (usageMarker.isUsed(programMethod) ^ printUnusedItems)