Interface Comment

All Superinterfaces:
HasTextRange

@Beta public interface Comment extends HasTextRange
Represents a comment in a JCL file.
This includes all the following:
  • Method Details

    • value

      String value()
      Returns:
      the value of this comment, as it appears in the source code.
    • contentText

      String contentText()
      Returns:
      the content of this comment, without the comment delimiters (//*).