org.glassfish.ha.store.criteria.spi
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
public abstract class ExpressionNode<T>
- extends Object
- implements Expression<T>
An abstract class that represents some operation.
- Author:
- Mahesh.Kannan@Sun.Com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
returnType
protected Class<T> returnType
ExpressionNode
public ExpressionNode(Opcode opcode,
Class<T> returnType)
getOpcode
public Opcode getOpcode()
getReturnType
public Class<T> getReturnType()
- Specified by:
getReturnType in interface Expression<T>
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.