Class TranslationReport.LanguageStatsRecord

  • Enclosing class:
    TranslationReport

    private static class TranslationReport.LanguageStatsRecord
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LanguageStatsRecord()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • localFile

        java.lang.String localFile
      • missingKeys

        int missingKeys
      • missingVariables

        int missingVariables
      • copiedKeys

        int copiedKeys
      • superfluousVariables

        public int superfluousVariables
      • superfluousKeys

        public int superfluousKeys
    • Constructor Detail

      • LanguageStatsRecord

        private LanguageStatsRecord()