Uses of Class
com.google.javascript.rhino.NonJSDocComment
-
Packages that use NonJSDocComment Package Description com.google.javascript.rhino -
-
Uses of NonJSDocComment in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return NonJSDocComment Modifier and Type Method Description NonJSDocCommentNode. getNonJSDocComment()NonJSDocCommentNode. getTrailingNonJSDocComment()Methods in com.google.javascript.rhino with parameters of type NonJSDocComment Modifier and Type Method Description NodeNode. setNonJSDocComment(NonJSDocComment comment)Sets the NonJSDoc comment attached to this node.NodeNode. setTrailingNonJSDocComment(NonJSDocComment comment)
-