Uses of Class
org.eclipse.jdt.core.dom.Javadoc

Packages that use Javadoc
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of Javadoc in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return Javadoc
 Javadoc BodyDeclaration.getJavadoc()
          Returns the doc comment node.
 Javadoc PackageDeclaration.getJavadoc()
          Returns the doc comment node.
 Javadoc AST.newJavadoc()
          Creates and returns a new doc comment node.
 

Methods in org.eclipse.jdt.core.dom with parameters of type Javadoc
 void ASTVisitor.endVisit(Javadoc node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(Javadoc node, java.lang.Object other)
          Returns whether the given node and the other object match.
 void BodyDeclaration.setJavadoc(Javadoc docComment)
          Sets or clears the doc comment node.
 void PackageDeclaration.setJavadoc(Javadoc docComment)
          Sets or clears the doc comment node.
 boolean ASTVisitor.visit(Javadoc node)
          Visits the given AST node.
 

Uses of Javadoc in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type Javadoc
 boolean NaiveASTFlattener.visit(Javadoc node)
           
 

Uses of Javadoc in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type Javadoc
 boolean ASTRewriteAnalyzer.visit(Javadoc node)
           
 boolean ASTRewriteFlattener.visit(Javadoc node)