Home | History | Annotate | Download | only in find

Lines Matching refs:boundIndex

18   private final int boundIndex;
23 this(boundLoc.boundIndex, boundLoc.paramIndex);
26 private BoundLocationCriterion(int boundIndex, int paramIndex) {
27 this.boundIndex = boundIndex;
30 if (boundIndex != -1) {
69 // if boundIndex is not null, need to check that this is right bound
71 if (boundIndex != -1) {
74 int ix = boundIndex;
81 } else if (boundIndex == 0 && leaf instanceof TypeParameterTree) {
136 " at bound index: " + boundIndex;