public class NumberParser extends NodeParser
| 构造器和说明 |
|---|
NumberParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
parse(String el,
int offset,
Deque<CalculateNode> nodes,
int function,
Invoker next)
在解析节点后返回新的偏移量
|
getChar, getIdentifier, skipWhiteSpacepublic int parse(String el, int offset, Deque<CalculateNode> nodes, int function, Invoker next)
NodeParserparse 在类中 NodeParserCopyright © 2020. All rights reserved.