Searched refs:containing (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DTypes.java260 * {@linkplain DeclaredType#getEnclosingType() containing type}
268 * <p> If the containing type is a parameterized type,
274 * @param containing the containing type, or {@code null} if none
281 * argument, type element, or containing type is provided
283 DeclaredType getDeclaredType(DeclaredType containing, argument
294 * @param containing the containing type
296 * @return the type of the element as viewed from the containing type
300 TypeMirror asMemberOf(DeclaredType containing, Elemen argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DTypes.java162 * {@linkplain DeclaredType#getContainingType() containing type}
170 * <p> If the containing type is a parameterized type,
176 * @param containing the containing type, or <tt>null</tt> if none
184 * argument, declaration, or containing type is provided
186 DeclaredType getDeclaredType(DeclaredType containing, argument
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/util/
H A DTypesImpl.java194 public DeclaredType getDeclaredType(DeclaredType containing, argument
197 if (containing == null)
201 Type outer = ((TypeMirrorImpl) containing).type;
204 throw new IllegalArgumentException(containing.toString());
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractIndexWriter.java202 * and it has a @deprecated tag, use that comment. Else if the containing
241 ClassDoc containing = member.containingClass();
243 configuration, containing, true) + " ";
264 addPreQualifiedClassLink(LinkInfoImpl.CONTEXT_INDEX, containing,
H A DHtmlDocletWriter.java138 * For example, for "-d docs" and -header containing {&#064;docRoot}, when
1745 //d must be a class doc since in has no containing class.
1767 //d must be a class doc since in has no containing class.
2195 ClassDoc containing = refMem.containingClass();
2197 ! (containing.isPublic() ||
2198 Util.isLinkable(containing, configuration()))) {
2204 containing = ((ClassWriterImpl) this).getClassDoc();
2205 } else if (!containing.isPublic()){
2208 tagName, containing.qualifiedName());
2215 if (configuration.currentcd != containing) {
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacTypes.java267 * @param containing the containing type
269 * @return the type of the element as viewed from the containing type
273 public TypeMirror asMemberOf(DeclaredType containing, Element element) { argument
274 Type site = (Type)containing;
/openjdk7/jdk/make/
H A DMakefile99 DEVTOOLS_PATH.desc = Directory containing zip and unzip
/openjdk7/
H A DMakefile392 DEVTOOLS_PATH.desc = Directory containing zip and gnumake

Completed in 43 milliseconds