My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MetaClasses  
Meta classes used in Joose
Updated Feb 4, 2010 by malte.ubl

Warning: No need to read this if you are not interested in funky meta programming. Joose works perfectly well without this.

Meta classes

The 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
Powered by Google Project Hosting