Klasse CommentHelper
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.util.CommentHelper
A utility class.
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorBeschreibungCommentHelper
(BaseConfiguration configuration, Element element, TreePath path, DocCommentTree dcTree) Creates a utility class to encapsulate the contextual information for a doc comment tree. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDescription
(DocTree dtree) getDocTreePath
(DocTree dtree) getFirstSentenceTrees
(List<? extends DocTree> body) getReference
(DocTree dtree) getReferencedElement
(DocTree dtree) getReferencedFragment
(String signature) getReferencedMember
(DocTree dtree) getReferencedModuleName
(String signature) getReferencedSignature
(DocTree dtree) Gibt the normalized signature from aReferenceTree
zurück.getReferencedType
(DocTree dtree) getServiceType
(DocTree dtree) getTagName
(DocTree dtree) getType
(ReferenceTree rtree) toString()
For debugging purposes only.
-
Felddetails
-
path
-
dcTree
-
element
-
-
Konstruktordetails
-
CommentHelper
public CommentHelper(BaseConfiguration configuration, Element element, TreePath path, DocCommentTree dcTree) Creates a utility class to encapsulate the contextual information for a doc comment tree.- Parameter:
configuration
- the configurationelement
- the element for which this is a doc commentpath
- the path for the elementdcTree
- the doc comment
-
-
Methodendetails
-
getTagName
-
getParameterName
-
getType
-
getException
-
getDescription
-
getReferencedClass
-
getReferencedModuleName
-
getReferencedMember
-
getReferencedMember
-
getReferencedFragment
-
getReferencedPackage
-
getReferencedModule
-
getFirstSentenceTrees
-
getReferencedElement
-
getReferencedType
-
getServiceType
-
getReferencedSignature
Gibt the normalized signature from aReferenceTree
zurück.- Gibt zurück:
- the normalized signature from a
ReferenceTree
-
getReference
-
getName
-
getTags
-
getBody
-
getType
-
getDocTreePath
-
toString
For debugging purposes only.Do not rely on this for other things.
-