Uses of Class
net.sourceforge.htmlunit.corejs.javascript.ast.Comment

Packages that use Comment
net.sourceforge.htmlunit.corejs.javascript   
net.sourceforge.htmlunit.corejs.javascript.ast   
 

Uses of Comment in net.sourceforge.htmlunit.corejs.javascript
 

Methods in net.sourceforge.htmlunit.corejs.javascript that return Comment
 Comment Node.getJsDocNode()
          Gets the JsDoc Comment object attached to this node.
 

Methods in net.sourceforge.htmlunit.corejs.javascript with parameters of type Comment
 void Node.setJsDocNode(Comment jsdocNode)
          Sets the JsDoc comment string attached to this node.
 

Uses of Comment in net.sourceforge.htmlunit.corejs.javascript.ast
 

Methods in net.sourceforge.htmlunit.corejs.javascript.ast that return types with arguments of type Comment
 java.util.SortedSet<Comment> AstRoot.getComments()
          Returns comment set
 

Methods in net.sourceforge.htmlunit.corejs.javascript.ast with parameters of type Comment
 void AstRoot.addComment(Comment comment)
          Add a comment to the comment set.
 

Method parameters in net.sourceforge.htmlunit.corejs.javascript.ast with type arguments of type Comment
 void AstRoot.setComments(java.util.SortedSet<Comment> comments)
          Sets comment list, and updates the parent of each entry to point to this node.