Lines Matching refs:BoundLocation
697 private BoundLocation makeTypeParameterLocation() {
699 return new BoundLocation(xParamIndexArgs.get(0), -1);
702 return new BoundLocation(Integer.MAX_VALUE, -1);
710 private BoundLocation makeBoundLocation() {
713 return new BoundLocation(xParamIndexArgs.get(0), xBoundIndexArgs.get(0));
716 return new BoundLocation(Integer.MAX_VALUE, Integer.MAX_VALUE);