org.nutz.lang
类 Code.CodeAnalysisResult
java.lang.Object
org.nutz.lang.Code.CodeAnalysisResult
- 直接已知子类:
- Code.CodeStatisticsResult
- 包容类:
- Code
public static class Code.CodeAnalysisResult
- extends java.lang.Object
代码分析结果。
- 作者:
- pangwu86(pangwu86@gmail.com)
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
normalLines
protected long normalLines
commentLines
protected long commentLines
whiteLines
protected long whiteLines
importLines
protected long importLines
Code.CodeAnalysisResult
public Code.CodeAnalysisResult()
Code.CodeAnalysisResult
public Code.CodeAnalysisResult(long normalLines,
long commentLines,
long whiteLines,
long importLines)
getNormalLines
public long getNormalLines()
getCommentLines
public long getCommentLines()
getWhiteLines
public long getWhiteLines()
getImportLines
public long getImportLines()
getTotalLines
public long getTotalLines()