Packagecom.divillysausages.gameobjeditor
Classpublic class Parser
InheritanceParser Inheritance Object

Parses a class XML file and takes out all the editable meta-tagged vars



Public Methods
 MethodDefined By
  
Parser(editor:Editor)
Creates our Parser
Parser
  
parse(clazz:Class):Vector.<EditableVar>
Parses a classes description and extracts all the variables that have been tagged with the [Editable] meta data
Parser
Constructor Detail
Parser()Constructor
public function Parser(editor:Editor)

Creates our Parser

Parameters
editor:Editor — A reference to the Editor class that created us
Method Detail
parse()method
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