|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocCommentT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. |
| javax.ide.model.java.source.tree | The Java AST. |
| Uses of DocCommentT in javax.ide.model.java.source |
|---|
| Methods in javax.ide.model.java.source that return DocCommentT | |
|---|---|
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. |
| Methods in javax.ide.model.java.source with parameters of type DocCommentT | |
|---|---|
void |
TreeVisitor.visitDocComment(DocCommentT tree)Visits a DocCommentT. |
| Uses of DocCommentT in javax.ide.model.java.source.tree |
|---|
| Methods in javax.ide.model.java.source.tree that return DocCommentT | |
|---|---|
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||