metamodel: move the extern name of a method in the metamodel
[nit.git] / src / metamodel / abstractmetamodel.nit
index 546b9fd..9d93d37 100644 (file)
@@ -661,6 +661,9 @@ special MMLocalProperty
 
        # Is the method abstract
        fun is_abstract: Bool is abstract
+
+       # Is the method extern, if yes what is the extern_name
+       fun extern_name: nullable String is abstract
 end
 
 # Concrete local classes