nitg-se: MProperty layout does not depend anymore on opt_typing used
[nit.git] / src / coloring.nit
index 23450be..d0f95cb 100644 (file)
@@ -258,6 +258,12 @@ class CLPropertyLayoutBuilder[E: MProperty]
        end
 end
 
+# Layout builder for MProperty using Perfect Hashing (PH)
+# TODO implement this class without sublcassing CL builder
+class PHPropertyLayoutBuilder[E: MProperty]
+       super CLPropertyLayoutBuilder[E]
+end
+
 abstract class ResolutionLayoutBuilder
 
        type LAYOUT: ResolutionLayout