Class CommentRange


  • public class CommentRange
    extends Object
    • Field Detail

      • startLine

        protected int startLine
      • startCharacter

        protected int startCharacter
      • endLine

        protected int endLine
      • endCharacter

        protected int endCharacter
    • Constructor Detail

      • CommentRange

        protected CommentRange()
      • CommentRange

        public CommentRange​(int sl,
                            int sc,
                            int el,
                            int ec)
    • Method Detail

      • getStartLine

        public int getStartLine()
      • getStartCharacter

        public int getStartCharacter()
      • getEndLine

        public int getEndLine()
      • getEndCharacter

        public int getEndCharacter()
      • setStartLine

        public void setStartLine​(int sl)
      • setStartCharacter

        public void setStartCharacter​(int sc)
      • setEndLine

        public void setEndLine​(int el)
      • setEndCharacter

        public void setEndCharacter​(int ec)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object