程序包 cn.zhxu.bs.group
接口 ExprParser.Factory
- 所有已知实现类:
DefaultParserFactory
- 封闭接口:
- ExprParser
public static interface ExprParser.Factory
工厂
-
方法概要
-
方法详细资料
-
create
创建一个解析器- 参数:
expr- 表达式- 返回:
- ExprParser
-
getAndKey
char getAndKey()- 返回:
- 且逻辑符
- 从以下版本开始:
- v3.8.0
-
getOrKey
char getOrKey()- 返回:
- 或逻辑符
- 从以下版本开始:
- v3.8.0
-