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