Interface IJavadocContents
- All Known Implementing Classes:
JavadocContents,JavadocContents17
public interface IJavadocContents
Container for javadoc content on given elements
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldDoc(IField child) Returns the part of the javadoc that describes a field of the typegetMethodDoc(IMethod child) Returns the part of the javadoc that describe a method of the typeReturns the part of the javadoc that describes the moduleReturns the part of the javadoc that describes the packageReturns the part of the javadoc that describes the type
-
Method Details
-
getTypeDoc
Returns the part of the javadoc that describes the type- Throws:
JavaModelException
-
getPackageDoc
Returns the part of the javadoc that describes the package- Throws:
JavaModelException
-
getModuleDoc
Returns the part of the javadoc that describes the module- Throws:
JavaModelException
-
getFieldDoc
Returns the part of the javadoc that describes a field of the type- Throws:
JavaModelException
-
getMethodDoc
Returns the part of the javadoc that describe a method of the type- Throws:
JavaModelException
-