Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
javax.ide.model.java.source.tree.DocCommentT

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.