Interface ScalarComment

  • All Superinterfaces:
    Comment

    public interface ScalarComment
    extends Comment
    A scalar can have 2 comments: 1 on top of it and 1 inline. This interface represents both of them.
    Since:
    5.2.1
    Version:
    $Id: 6a1dc3db69f9056b890c2008d85f7ecf66f45626 $
    Author:
    Mihai Andronache (amihaiemil@gmail.com)
    • Method Detail

      • above

        Comment above()
        Comment above the Scalar.
        Returns:
        Comment.
      • inline

        Comment inline()
        Comment inline with the Scalar.
        Returns:
        Comment.