Package com.google.javascript.rhino
Class NonJSDocComment
java.lang.Object
com.google.javascript.rhino.NonJSDocComment
- All Implemented Interfaces:
Serializable
Minimal class holding information about a nonJSDoc comment's source location and contents
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isInline()
void
setEndsAsLineComment
(boolean endsAsLineComment) void
setIsInline
(boolean isInline) toString()
-
Constructor Details
-
NonJSDocComment
-
-
Method Details
-
getCommentString
-
getStartPosition
-
getEndPosition
-
setEndsAsLineComment
public void setEndsAsLineComment(boolean endsAsLineComment) -
setIsInline
public void setIsInline(boolean isInline) -
isEndingAsLineComment
public boolean isEndingAsLineComment() -
isInline
public boolean isInline() -
toString
-