public class ExpressionParser extends AbstractParser
| 限定符和类型 | 字段和说明 |
|---|---|
protected ArrayList<ExpressionNode> |
expressionNodeArrayList |
currentIndex, elSize, elValue| 构造器和说明 |
|---|
ExpressionParser(String elValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FastElException |
buildError(String msg) |
protected String |
findId() |
protected Number |
findNumber()
还是改成JDK自己的parser?
|
protected String |
findString() |
protected boolean |
isEqualsChar(int value) |
ExpressionNode |
parseEL() |
protected void |
skipComment()
注释不处理,遇到注释当前过引前进
|
protected ArrayList<ExpressionNode> expressionNodeArrayList
public ExpressionParser(String elValue)
public ExpressionNode parseEL()
protected String findString()
protected FastElException buildError(String msg)
protected boolean isEqualsChar(int value)
protected Number findNumber()
protected String findId()
protected void skipComment()
Copyright © 2019. All rights reserved.