Sets the method's key
Expression|PrivateIdentifier $key Method's key:
$this
public function setKey($key) { $this->assertType($key, array( "Expression", "PrivateIdentifier", )); $this->key = $key; return $this; }