Package org.jparsec.examples.sql.ast
Class UnaryExpression
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.sql.ast.UnaryExpression
- All Implemented Interfaces:
Expression
Models an expression with unary operator.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode, toString
-
Field Details
-
operand
-
operator
-
-
Constructor Details
-
UnaryExpression
-