Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript | |
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
Comment |
Node.getJsDocNode()
Gets the JsDoc Comment object attached to this node.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setJsDocNode(Comment jsdocNode)
Sets the JsDoc comment string attached to this node.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<Comment> |
AstRoot.getComments()
Returns comment set
|
Modifier and Type | Method and Description |
---|---|
void |
AstRoot.addComment(Comment comment)
Add a comment to the comment set.
|
Modifier and Type | Method and Description |
---|---|
void |
AstRoot.setComments(java.util.SortedSet<Comment> comments)
Sets comment list, and updates the parent of each entry to point
to this node.
|