Uses of Class
com.google.javascript.rhino.NonJSDocComment
Packages that use NonJSDocComment
-
Uses of NonJSDocComment in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return NonJSDocCommentModifier and TypeMethodDescriptionfinal NonJSDocComment
Node.getNonJSDocComment()
final NonJSDocComment
Node.getTrailingNonJSDocComment()
Methods in com.google.javascript.rhino with parameters of type NonJSDocCommentModifier and TypeMethodDescriptionfinal Node
Node.setNonJSDocComment
(NonJSDocComment comment) Sets the NonJSDoc comment attached to this node.final Node
Node.setTrailingNonJSDocComment
(NonJSDocComment comment)