public abstract class AbstractParser extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
currentIndex
当前索引
|
protected int |
elSize
表达式长度
|
protected String |
elValue
表达式的值
|
| 构造器和说明 |
|---|
AbstractParser(String elValue) |
AbstractParser(String elValue,
int currentIndex) |
Copyright © 2019. All rights reserved.