Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: runtime/vm/class_finalizer.h

Issue 12779008: Mixins with Generics (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/class_finalizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_finalizer.h
===================================================================
--- runtime/vm/class_finalizer.h (revision 20082)
+++ runtime/vm/class_finalizer.h (working copy)
@@ -11,6 +11,7 @@
namespace dart {
class AbstractType;
+class MixinAppType;
class AbstractTypeArguments;
class Class;
class Error;
@@ -99,7 +100,13 @@
const Class& cls,
const Function& factory,
const GrowableObjectArray& visited_factories);
+ static void CloneTypeParameters(const Class& mixapp_class);
static void ApplyMixin(const Class& cls);
+ static void CollectTypeArguments(const Class& cls,
+ const Type& type,
+ const GrowableObjectArray& collected_args);
+ static RawType* ResolveMixinAppType(const Class& cls,
+ const MixinAppType& mixin_app);
static void ResolveSuperTypeAndInterfaces(const Class& cls,
GrowableArray<intptr_t>* visited);
static void FinalizeTypeParameters(const Class& cls);
« no previous file with comments | « no previous file | runtime/vm/class_finalizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698