Sets the expression's object
Expression|Super $object Object:
$this
public function setObject($object) { $this->assertType($object, array( "Expression", "Super", )); $this->object = $object; return $this; }