| 构造器和说明 |
|---|
CodeItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
blankCount()
空白行数
|
CodeItem |
blankCount(int blankCount) |
int |
commentCount()
注释行数
|
CodeItem |
commentCount(int commentCount) |
String |
fileName()
文件名称
|
CodeItem |
fileName(String fileName) |
String |
fileType()
文件类型
|
CodeItem |
fileType(String fileType) |
String |
fullPath()
完整路径
|
CodeItem |
fullPath(String fullPath) |
static CodeItem |
newInstance() |
String |
toString() |
int |
totalCount()
总行数
|
CodeItem |
totalCount(int totalCount) |
public static CodeItem newInstance()
public int totalCount()
ICodeItemtotalCount 在接口中 ICodeItempublic CodeItem totalCount(int totalCount)
public int blankCount()
ICodeItemblankCount 在接口中 ICodeItempublic CodeItem blankCount(int blankCount)
public int commentCount()
ICodeItemcommentCount 在接口中 ICodeItempublic CodeItem commentCount(int commentCount)
Copyright © 2021. All rights reserved.