@override Object? visitSelfExpr(SelfExpr selfExpr) { return visitRawExpr(RawExpr(Token.raw('self', selfExpr.token.pos))); }