| Package | Description | 
|---|---|
| javax.ide.model.java.source | 
 Various interfaces for use with Tree objects. 
 | 
| javax.ide.model.java.source.tree | 
 The Java AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DocCommentT | 
TreeFactory.createDocComment(java.lang.String rawText)
Creates a doc comment with the given raw text, with '\n' line terminators. 
 | 
abstract DocCommentT | 
TreeFactory.textToDocComment(java.lang.String text)
Attempts to create a doc comment with the given text. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeVisitor.visitDocComment(DocCommentT tree)
Visits a DocCommentT. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DocCommentT | 
PackageT.getDocComment()
Gets the javadoc comment symbol. 
 | 
DocCommentT | 
MemberT.getDocComment()
Gets the javadoc comment symbol. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PackageT.setDocComment(DocCommentT comment)
Attempts to set the javadoc comment symbol. 
 | 
void | 
MemberT.setDocComment(DocCommentT comment)
Attempts to set the javadoc comment symbol. 
 |