Class Mark

  • All Implemented Interfaces:
    java.lang.Comparable<Mark>

    public class Mark
    extends java.lang.Object
    implements java.lang.Comparable<Mark>
    • Constructor Detail

    • Method Detail

      • getFilename

        public java.lang.String getFilename()
      • getBeginLine

        public int getBeginLine()
      • getEndLine

        public int getEndLine()
      • getLineCount

        public int getLineCount()
      • setLineCount

        public void setLineCount​(int lineCount)
      • getSourceCodeSlice

        public java.lang.String getSourceCodeSlice()
      • setSourceCode

        public void setSourceCode​(SourceCode code)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • compareTo

        public int compareTo​(Mark other)
        Specified by:
        compareTo in interface java.lang.Comparable<Mark>