| Package | Description |
|---|---|
| org.noear.solon.expression.snel |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOp |
ComparisonNode.getOperator()
获取操作符
|
static ComparisonOp |
ComparisonOp.parse(String op)
解析
|
static ComparisonOp |
ComparisonOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonOp[] |
ComparisonOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComparisonNode(ComparisonOp operator,
Expression left,
Expression right) |
Copyright © 2025. All rights reserved.