- valueOf(String) - Static method in enum org.noear.solon.expression.snel.ArithmeticOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.noear.solon.expression.snel.ComparisonOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.noear.solon.expression.snel.LogicalOp
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.noear.solon.expression.snel.ArithmeticOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.noear.solon.expression.snel.ComparisonOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.noear.solon.expression.snel.LogicalOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableNode - Class in org.noear.solon.expression.snel
-
变量表达式节点(表示查询中的变量或字段)
- VariableNode(String) - Constructor for class org.noear.solon.expression.snel.VariableNode
-