Class NullExpression

  • All Implemented Interfaces:
    Expression

    public class NullExpression
    extends Object
    implements Expression
    This class expression is used to make the null value expression. It gives the null value. Based on Numeric Expression. TODO: should we create a special null type in Type class rather than using Type.createType("java.lang.Object")? Currently don't have that option as the code for Type class is not yet available.