Class NonJSDocComment

  • All Implemented Interfaces:
    java.io.Serializable

    public class NonJSDocComment
    extends java.lang.Object
    implements java.io.Serializable
    Minimal class holding information about a nonJSDoc comment's source location and contents
    See Also:
    Serialized Form
    • Method Detail

      • getCommentString

        public java.lang.String getCommentString()
      • setEndsAsLineComment

        public void setEndsAsLineComment​(boolean endsAsLineComment)
      • setIsInline

        public void setIsInline​(boolean isInline)
      • isEndingAsLineComment

        public boolean isEndingAsLineComment()
      • isInline

        public boolean isInline()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object