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 NonJSDocComment
Node. getNonJSDocComment()
NonJSDocComment
Node. getTrailingNonJSDocComment()
Methods in com.google.javascript.rhino with parameters of type NonJSDocComment Modifier and Type Method Description Node
Node. setNonJSDocComment(NonJSDocComment comment)
Sets the NonJSDoc comment attached to this node.Node
Node. setTrailingNonJSDocComment(NonJSDocComment comment)
-