Class Helpers.ByLineType

  • Enclosing class:
    Helpers

    public static class Helpers.ByLineType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int blank  
      int code  
      int comment  
      int total  
    • Constructor Summary

      Constructors 
      Constructor Description
      ByLineType()  
      ByLineType​(int blank, int comment, int code, int total)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • blank

        public int blank
      • comment

        public int comment
      • code

        public int code
      • total

        public int total
    • Constructor Detail

      • ByLineType

        public ByLineType()
      • ByLineType

        public ByLineType​(int blank,
                          int comment,
                          int code,
                          int total)