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