Searched defs:ClassDoc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DClassDoc.java32 * members of the class. A ClassDoc only exists if it was
35 * referred to using Type (which can be converted to ClassDoc,
44 public interface ClassDoc extends ProgramElementDoc, Type { interface in inherits:ProgramElementDoc,Type
112 * @return the ClassDoc for the superclass of this class, null if
116 ClassDoc superclass();
121 * <code>ClassDoc</code> or a <code>ParametrizedType</code>.
137 boolean subclassOf(ClassDoc cd);
148 * @return an array of ClassDoc objects representing the interfaces.
151 ClassDoc[] interfaces();
160 * <code>ClassDoc</cod
[all...]

Completed in 57 milliseconds