Uses of Class
org.eclipse.wst.jsdt.core.dom.JSdoc

Packages that use JSdoc
org.eclipse.wst.jsdt.core.dom   
 

Uses of JSdoc in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return JSdoc
 JSdoc VariableDeclarationStatement.getJavadoc()
          Returns the doc comment node.
 JSdoc PackageDeclaration.getJavadoc()
          Returns the doc comment node.
 JSdoc BodyDeclaration.getJavadoc()
          Returns the doc comment node.
 JSdoc AST.newJavadoc()
          Deprecated. Use AST.newJSdoc() instead
 JSdoc AST.newJSdoc()
          Creates and returns a new doc comment node.
 

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