Package com.igormaznitsa.jcp
Class JCPreprocessor.PreprocessingStatistics
java.lang.Object
com.igormaznitsa.jcp.JCPreprocessor.PreprocessingStatistics
- Enclosing class:
JCPreprocessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
-
Constructor Summary
Constructors -
Method Summary
-
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()
-