[haXe] Abstract Classes?

Nicolas Cannasse ncannasse at motion-twin.com
Wed Dec 13 18:49:22 CET 2006


> Or, is there some other use for private fields in typedefs that I'm
> missing? (Myself and my colleague just had a short argument about it
> and neither of us can think of any).

It could be required is some pretty rare cases. For example, you can
access the method using "untyped". But I guess that maybe defining
"private" in typedef could be turn into a synonym of "I know what I'm
doing there, let me access this private method since I'm saying so". The
only problem is to have several meanings for "private" in the compiler,
and that's not an easy thing to do...

Nicolas



More information about the Haxe mailing list