public interface ICodeItem
| 限定符和类型 | 方法和说明 |
|---|---|
int |
blankCount()
空白行数
|
int |
commentCount()
注释行数
|
String |
fileName()
文件名称
|
String |
fileType()
文件类型
|
String |
fullPath()
完整路径
|
int |
totalCount()
总行数
|
Copyright © 2021. All rights reserved.