Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.