@Matt,

You can redefine compile time methods, e.g. if a method is removed
then provided that the method is in the super class the method body is
replaced with:

return super.name( ... )

A similar technique to the one above is used if the removed method is
in a mix-in. If the removed method isn't in the super class or a mix-
in then:

return addedMethod( methodID, ... )

Howard.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to