Class LinesOfCode

  • All Implemented Interfaces:
    Serializable

    public final class LinesOfCode
    extends IntegerValue
    Represents the lines of code in a particular code block.
    Author:
    Melissa Bauer
    See Also:
    Serialized Form
    • Constructor Detail

      • LinesOfCode

        public LinesOfCode​(int loc)
        Creates a new LinesOfCode instance with the specified lines of code.
        Parameters:
        loc - lines of code