Class ValueExpressionImpl

    • Constructor Detail

      • ValueExpressionImpl

        public ValueExpressionImpl()
      • ValueExpressionImpl

        public ValueExpressionImpl​(java.lang.String expr,
                                   Node node,
                                   FunctionMapper fnMapper,
                                   VariableMapper varMapper,
                                   java.lang.Class<?> expectedType)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class Expression
      • getExpressionString

        public java.lang.String getExpressionString()
        Returns the type the result of the expression will be coerced to after evaluation.
        Specified by:
        getExpressionString in class Expression
        Returns:
        the expectedType passed to the ExpressionFactory.createValueExpression method that created this ValueExpression.
        See Also:
        Expression.getExpressionString()
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object