- Type Parameters:
T
- the type of the unary operand on which to perform the unary operation
- All Implemented Interfaces:
- java.io.Serializable, Expression<T>, Node
public class UnaryOperationExpression<T>
extends AbstractDeferredExpression<T>
implements java.io.Serializable
An unresolved expression, which can be resolved by a corresponding resolver by evaluating an unary operation. The
information it contains for the resolver, are the operation itself and an expression for the single operand on whose
resolved result the unary operation shall be performed.
- See Also:
- Serialized Form