public class DefaultExprParser extends Object implements ExprParser
ExprParser.FactoryAND_OP, BRACKET_LEFT, BRACKET_RIGHT, OR_OP| 构造器和说明 |
|---|
DefaultExprParser(String expression) |
public DefaultExprParser(String expression)
public Group<String> parse()
ExprParserparse 在接口中 ExprParserprotected Object readNext()
protected void onReadOperator(char op)
protected void updateValueStack(char op)
Copyright © 2024. All rights reserved.