salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Java Define Class: Support Calling Private Methods #95

Open salmanahmad opened 10 years ago

salmanahmad commented 10 years ago

Right now, you cannot call private methods (which should be an InvokeSpecial) with the DefineClass mechanism. I think that this should take the form of a new Expression called InvokePrivate.