Interface DSCComment

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the DSC comment.
        Returns:
        the name of the DSC comment (without the "%%" prefix)
      • parseValue

        void parseValue​(java.lang.String value)
        Parses the value of the DSC comment.
        Parameters:
        value - the value
      • hasValues

        boolean hasValues()
        Indicates whether this DSC comment has values.
        Returns:
        true if the DSC comment has values
      • isAtend

        boolean isAtend()
        Indicates whether the DSC comment's value is "Atend".
        Returns:
        true if the value is "Atend"