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