string $name:
MethodNode|null
public function getMethod($name) { return $this->hasMethod($name) ? $this->methods[$name] : null; }