public class TinyCompileSummary extends Object
Constructor and Description |
---|
TinyCompileSummary() |
Modifier and Type | Method and Description |
---|---|
int |
getCachedGeneratedSourceFilesCount() |
int |
getCachedStaticSourceFilesCount() |
int |
getGeneratedSourceFilesCount() |
int |
getStaticSourceFilesCount() |
int |
getTypesForAstCount() |
int |
getTypesForGeneratorsCount() |
void |
setCachedGeneratedSourceFilesCount(int cachedGeneratedSourceFilesCount) |
void |
setCachedStaticSourceFilesCount(int cachedStaticSourceFilesCount) |
void |
setGeneratedSourceFilesCount(int generatedSourceFilesCount) |
void |
setStaticSourceFilesCount(int staticSourceFilesCount) |
void |
setTypesForAstCount(int typesForAstCount) |
void |
setTypesForGeneratorsCount(int typesForGeneratorsCount) |
public int getTypesForGeneratorsCount()
public void setTypesForGeneratorsCount(int typesForGeneratorsCount)
public int getTypesForAstCount()
public void setTypesForAstCount(int typesForAstCount)
public int getStaticSourceFilesCount()
public void setStaticSourceFilesCount(int staticSourceFilesCount)
public int getGeneratedSourceFilesCount()
public void setGeneratedSourceFilesCount(int generatedSourceFilesCount)
public int getCachedStaticSourceFilesCount()
public void setCachedStaticSourceFilesCount(int cachedStaticSourceFilesCount)
public int getCachedGeneratedSourceFilesCount()
public void setCachedGeneratedSourceFilesCount(int cachedGeneratedSourceFilesCount)
Copyright © 2018. All rights reserved.