Parses a class
XML
file and takes out all the editable meta-tagged vars
public function Parser(editor:Editor)
Creates our Parser
Parameters | editor:Editor — A reference to the Editor class that created us
|
public function parse(clazz:Class):Vector.<EditableVar>
Parses a classes description and extracts all the variables that have
been tagged with the [Editable]
meta data
Parameters
| clazz:Class — The class that we're parsing
|
Returns | Vector.<EditableVar> — A Vector list of EditableVar objects for the class
|
Thu Apr 21 2011, 11:21 PM +02:00