Home | History | Annotate | Download | only in el

Lines Matching defs:bounds

14     /** The class's annotated type parameter bounds */
15 public final VivifyingMap<BoundLocation, ATypeElement> bounds =
107 copyMapContents(clazz.bounds, bounds);
133 && bounds.equals(o.bounds)
144 return super.hashCode() + bounds.hashCode()
155 return super.prune() & bounds.prune()
182 sb.append("Bounds:\n");
183 plume.UtilMDE.mapToString(sb, bounds, linePrefix + " ");