Class CommentImpl

    • Method Detail

      • setText

        public void setText​(java.lang.String text)
        Description copied from interface: MComment
        Sets the text of this comment.
        Specified by:
        setText in interface MComment
      • getText

        public java.lang.String getText()
        Description copied from interface: JComment
        Returns the text of this comment.
        Specified by:
        getText in interface JComment
      • accept

        public void accept​(JVisitor visitor)
        Description copied from interface: JElement

        Accepts the given visitor.

        Specified by:
        accept in interface JElement
      • getQualifiedName

        public java.lang.String getQualifiedName()
        Description copied from interface: JElement

        Returns a qualified name for this abstraction. The exact format of this name depends on the particular abstraction. Please refer to the documentation for each JElement subclass for a detailed description of the qualified name formats.

        Specified by:
        getQualifiedName in interface JElement