Class LiteralNode<T>
- java.lang.Object
-
- org.glassfish.ha.store.criteria.spi.ExpressionNode<T>
-
- org.glassfish.ha.store.criteria.spi.LiteralNode<T>
-
- Type Parameters:
T- The type of the Literal
- All Implemented Interfaces:
Expression<T>
public class LiteralNode<T> extends ExpressionNode<T>
A node that represents a Literal- Author:
- Mahesh.Kannan@Sun.Com
-
-
Field Summary
-
Fields inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
returnType
-
-
Constructor Summary
Constructors Constructor Description LiteralNode(Class<T> clazz, T t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()-
Methods inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
getOpcode, getReturnType
-
-