|
MetaClasses
Meta classes used in Joose
Warning: No need to read this if you are not interested in funky meta programming. Joose works perfectly well without this. Meta classesThe following concepts are represented by meta classes or meta objects in Joose
This means for each class that you create with Joose you will receive an instance of Joose.Class (wich you can reach through .meta). This object will hold references to instances of Joose.Attribute and Joose.Method objects for each attribute and method that you add to the class. |
► Sign in to add a comment