protected function pExpr_StaticPropertyFetch(Expr\StaticPropertyFetch $node) : string { return $this->pStaticDereferenceLhs($node->class) . '::$' . $this->pObjectProperty($node->name); }