Class BinaryExpressionNode<T>
java.lang.Object
org.glassfish.ha.store.criteria.spi.ExpressionNode<T>
org.glassfish.ha.store.criteria.spi.BinaryExpressionNode<T>
- Type Parameters:
T- The type of the expression
- All Implemented Interfaces:
Expression<T>
- Direct Known Subclasses:
LogicalExpressionNode
A class that represents a binary operation.
- Author:
- Mahesh.Kannan@Sun.Com
-
Field Summary
Fields inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
returnType -
Constructor Summary
ConstructorsConstructorDescriptionBinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left) BinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left, ExpressionNode<T> right) -
Method Summary
Methods inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
getOpcode, getReturnType
-
Constructor Details
-
BinaryExpressionNode
-
BinaryExpressionNode
public BinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left, ExpressionNode<T> right)
-
-
Method Details
-
getLeft
-
getRight
-