INTERFACE MethodExpr; IMPORT M3ID, Expr, Type, Value; PROCEDURE New (object: Type.T; name: M3ID.T; method: Value.T; holder: Type.T): Expr.T;
evaluates to the default for the given method
END MethodExpr.