Revert "Revert "Enforce minor version uprevs.""

This reverts commit 976ae898472e03f31c56eb1df62c81842e0ccb90.

Test: mma

Change-Id: Ib2f0be2b4cbf809831500ac536453237523904ec
diff --git a/AST.h b/AST.h
index ca2a16f..c364404 100644
--- a/AST.h
+++ b/AST.h
@@ -116,6 +116,8 @@
 
     bool isIBase() const;
 
+    const Interface *getInterface() const;
+
 private:
     Coordinator *mCoordinator;
     std::string mPath;