Uses of Class
org.htmlunit.corejs.javascript.ast.Comment
-
Packages that use Comment Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.ast -
-
Uses of Comment in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as Comment Modifier and Type Field Description private CommentParser. currentJsDocCommentFields in org.htmlunit.corejs.javascript with type parameters of type Comment Modifier and Type Field Description private java.util.List<Comment>Parser. scannedCommentsMethods in org.htmlunit.corejs.javascript that return Comment Modifier and Type Method Description private CommentParser. getAndResetJsDoc()CommentNode. getJsDocNode()Gets the JsDoc Comment object attached to this node.Methods in org.htmlunit.corejs.javascript with parameters of type Comment Modifier and Type Method Description voidNode. setJsDocNode(Comment jsdocNode)Sets the JsDoc comment string attached to this node. -
Uses of Comment in org.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast with type parameters of type Comment Modifier and Type Field Description private java.util.SortedSet<Comment>AstRoot. commentsMethods in org.htmlunit.corejs.javascript.ast that return types with arguments of type Comment Modifier and Type Method Description java.util.SortedSet<Comment>AstRoot. getComments()Returns comment setMethods in org.htmlunit.corejs.javascript.ast with parameters of type Comment Modifier and Type Method Description voidAstRoot. addComment(Comment comment)Add a comment to the comment set.Method parameters in org.htmlunit.corejs.javascript.ast with type arguments of type Comment Modifier and Type Method Description voidAstRoot. setComments(java.util.SortedSet<Comment> comments)Sets comment list, and updates the parent of each entry to point to this node.
-