/**
  * @see ValueNode#getConstantValueAsObject
  * @exception StandardException Thrown on error
  */
 Object getConstantValueAsObject() throws StandardException {
   return value.getConstantValueAsObject();
 }