Class Expression.Operator
java.lang.Object
org.datanucleus.store.query.expression.Expression.Operator
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Expression.DyadicOperator
,Expression.MonadicOperator
- Enclosing class:
Expression
Representation of an Operator.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
private static final long
protected final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
symbol
-
precedence
protected final int precedence
-
-
Constructor Details
-
Operator
Operator- Parameters:
symbol
- the source text or symbol of an operator. e.g =, ==, +, /, >, <, etcprecedence
- the order of precedence where the expression is compiled
-
-
Method Details