|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ tree overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.ide.model.java.source.tree.DocCommentT
| Uses of DocCommentT in javax.ide.model.java.source.tree |
| Methods in javax.ide.model.java.source.tree that return DocCommentT | |
DocCommentT |
DocTagT.getOwningDocComment()
Gets the doc comment which owns this doc element. |
DocCommentT |
MemberT.getDocComment()
Gets the javadoc comment symbol. |
DocCommentT |
PackageT.getDocComment()
Gets the javadoc comment symbol. |
| Methods in javax.ide.model.java.source.tree with parameters of type DocCommentT | |
void |
MemberT.setDocComment(DocCommentT comment)
Attempts to set the javadoc comment symbol. |
void |
PackageT.setDocComment(DocCommentT comment)
Attempts to set the javadoc comment symbol. |
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ tree overview ] | PREV NEXT | ||||||||