Class ExpressionNode<T>
java.lang.Object
org.glassfish.ha.store.criteria.spi.ExpressionNode<T>
- Type Parameters:
T- The type of this expression
- All Implemented Interfaces:
Expression<T>
- Direct Known Subclasses:
AttributeAccessNode,BinaryExpressionNode,LiteralNode
An abstract class that represents some operation.
- Author:
- Mahesh.Kannan@Sun.Com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
returnType
-
-
Constructor Details
-
ExpressionNode
-
-
Method Details
-
getOpcode
-
getReturnType
- Specified by:
getReturnTypein interfaceExpression<T>
-