Class BitConstantNode

    • Method Detail

      • getConstantValueAsObject

        java.lang.Object getConstantValueAsObject()
                                           throws StandardException
        Return an Object representing the bind time value of this expression tree. If the expression tree does not evaluate to a constant at bind time then we return null. This is useful for bind time resolution of VTIs. RESOLVE: What do we do for primitives?
        Overrides:
        getConstantValueAsObject in class ValueNode
        Returns:
        An Object representing the bind time value of this expression tree. (null if not a bind time constant.)
        Throws:
        StandardException - Thrown on error