Uses of Class
org.mozilla.javascript.ast.Comment
Packages that use Comment
-
Uses of Comment in org.mozilla.javascript
Methods in org.mozilla.javascript that return CommentModifier and TypeMethodDescriptionNode.getJsDocNode()
Gets the JsDoc Comment object attached to this node.Methods in org.mozilla.javascript with parameters of type CommentModifier and TypeMethodDescriptionvoid
Node.setJsDocNode
(Comment jsdocNode) Sets the JsDoc comment string attached to this node. -
Uses of Comment in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type CommentMethods in org.mozilla.javascript.ast with parameters of type CommentModifier and TypeMethodDescriptionvoid
AstRoot.addComment
(Comment comment) Add a comment to the comment set.Method parameters in org.mozilla.javascript.ast with type arguments of type CommentModifier and TypeMethodDescriptionvoid
AstRoot.setComments
(SortedSet<Comment> comments) Sets comment list, and updates the parent of each entry to point to this node.