Uses of Class
org.mozilla.javascript.ast.Comment
-
Uses of Comment in org.mozilla.javascript
Modifier and TypeMethodDescriptionNode.getJsDocNode()
Gets the JsDoc Comment object attached to this node.Modifier and TypeMethodDescriptionvoid
Node.setJsDocNode
(Comment jsdocNode) Sets the JsDoc comment string attached to this node. -
Uses of Comment in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionvoid
AstRoot.addComment
(Comment comment) Add a comment to the comment set.Modifier and TypeMethodDescriptionvoid
AstRoot.setComments
(SortedSet<Comment> comments) Sets comment list, and updates the parent of each entry to point to this node.