mm: adds is_extern to MMMethods and use extern_name in extern methods only
[nit.git] / src / metamodel / abstractmetamodel.nit
index 6baec20..6edfbd9 100644 (file)
@@ -669,7 +669,10 @@ class MMMethod
        # Is the method abstract
        fun is_abstract: Bool is abstract
 
-       # Is the method extern, if yes what is the extern_name
+       # Is the method extern
+       fun is_extern: Bool is abstract
+
+       # extern name when specified explicitly in nit code
        fun extern_name: nullable String is abstract
 
        # properties explicitly exported to native code