|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Op 的软件包 | |
|---|---|
| com.alibaba.rocketmq.common.filter.impl | |
| com.alibaba.rocketmq.common.filter.impl 中 Op 的使用 |
|---|
| com.alibaba.rocketmq.common.filter.impl 中 Op 的子类 | |
|---|---|
class |
Operand
|
class |
Operator
|
| 返回变量类型为 Op 的类型的 com.alibaba.rocketmq.common.filter.impl 中的方法 | |
|---|---|
static List<Op> |
PolishExpr.reversePolish(List<Op> tokens)
将中缀表达式转换成逆波兰表达式 Shunting-yard algorithm http://en.wikipedia.org/wiki/Shunting_yard_algorithm |
static List<Op> |
PolishExpr.reversePolish(String expression)
将中缀表达式转换成逆波兰表达式 |
| 参数类型为 Op 的 com.alibaba.rocketmq.common.filter.impl 中的方法 | |
|---|---|
static boolean |
PolishExpr.isLeftParenthesis(Op token)
|
static boolean |
PolishExpr.isOperand(Op token)
|
static boolean |
PolishExpr.isOperator(Op token)
|
static boolean |
PolishExpr.isRightParenthesis(Op token)
|
| 类型变量类型为 Op 的 com.alibaba.rocketmq.common.filter.impl 中的方法参数 | |
|---|---|
static List<Op> |
PolishExpr.reversePolish(List<Op> tokens)
将中缀表达式转换成逆波兰表达式 Shunting-yard algorithm http://en.wikipedia.org/wiki/Shunting_yard_algorithm |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||