public class ParenParser extends Object implements Parser<ParenValue>
| 构造器和说明 |
|---|
ParenParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
ParenValue |
parse(org.dom4j.Element element) |
void |
setArithmeticParser(ComplexArithmeticParser arithmeticParser) |
void |
setValueParser(ValueParser valueParser) |
boolean |
support(String name) |
public ParenValue parse(org.dom4j.Element element)
parse 在接口中 Parser<ParenValue>public boolean support(String name)
support 在接口中 Parser<ParenValue>public void setValueParser(ValueParser valueParser)
public void setArithmeticParser(ComplexArithmeticParser arithmeticParser)
Copyright © 2018 Bstek. All rights reserved.