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