Lines Matching refs:containing
1091 // the containing package -- note that this can be passed to type_link,
1374 * @return true if the containing package has @hide comment, or an ancestor
1405 * @return true if the containing package has @removed comment, or an ancestor
1496 // then recursively look at our containing class
1497 ClassInfo containing = containingClass();
1498 if (containing != null) {
1499 return containing.findMethod(name, params, dimensions, varargs);
1586 // then recursively look at our containing class
1587 ClassInfo containing = containingClass();
1588 if (containing != null) {
1589 return containing.findField(name);