Package com.igormaznitsa.jcp
Class JCPreprocessor.PreprocessingStatistics
- java.lang.Object
-
- com.igormaznitsa.jcp.JCPreprocessor.PreprocessingStatistics
-
- Enclosing class:
- JCPreprocessor
public static final class JCPreprocessor.PreprocessingStatistics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
numberOfCopied
private int
numberOfPreprocessed
-
Constructor Summary
Constructors Constructor Description PreprocessingStatistics(int numberOfPreprocessed, int numberOfCopied)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumberOfCopied()
int
getNumberOfPreprocessed()
-