Class 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
    • Constructor Detail

      • LiteralNode

        public LiteralNode​(Class<T> clazz,
                           T t)
    • Method Detail

      • getValue

        public T getValue()