public interface ICharsScan extends ICharsScanPriority, ICharsScanType, ICharsLifecycle
| 限定符和类型 | 方法和说明 |
|---|---|
List<CharsScanMatchItem> |
getMatchList()
获取所有匹配的列表
|
void |
scan(int i,
char c,
char[] chars,
CharsScanContext context)
扫描
|
getPrioritygetScanTypeclearvoid scan(int i,
char c,
char[] chars,
CharsScanContext context)
i - 下标c - 当前字符chars - 整体的字符串数组context - 上下文List<CharsScanMatchItem> getMatchList()
Copyright © 2023. All rights reserved.