Class AbstractDSCComment

    • Constructor Detail

      • AbstractDSCComment

        public AbstractDSCComment()
    • Method Detail

      • isWhitespace

        private boolean isWhitespace​(char c)
      • parseNextParam

        private int parseNextParam​(java.lang.String value,
                                   int pos,
                                   java.util.List lst)
      • parseNextParentheseString

        private int parseNextParentheseString​(java.lang.String value,
                                              int pos,
                                              java.util.List lst)
      • splitParams

        protected java.util.List splitParams​(java.lang.String value)
        Splits the params of the DSC comment value in to a List.
        Parameters:
        value - the DSC comment value
        Returns:
        the List of values
      • isAtend

        public boolean isAtend()
        Description copied from interface: DSCComment
        Indicates whether the DSC comment's value is "Atend".
        Specified by:
        isAtend in interface DSCComment
        Returns:
        true if the value is "Atend"
        See Also:
        DSCComment.isAtend()