protected function pExpr_PostInc(Expr\PostInc $node) : string { return $this->p($node->var) . '++'; }