Class JCPreprocessor.PreprocessingStatistics

java.lang.Object
com.igormaznitsa.jcp.JCPreprocessor.PreprocessingStatistics
Enclosing class:
JCPreprocessor

public static final class JCPreprocessor.PreprocessingStatistics extends Object
  • Field Details

    • numberOfPreprocessed

      private final int numberOfPreprocessed
    • numberOfCopied

      private final int numberOfCopied
  • Constructor Details

    • PreprocessingStatistics

      public PreprocessingStatistics(int numberOfPreprocessed, int numberOfCopied)
  • Method Details

    • getNumberOfCopied

      public int getNumberOfCopied()
    • getNumberOfPreprocessed

      public int getNumberOfPreprocessed()