Created
March 13, 2012 21:49
-
-
Save davestewart/2031971 to your computer and use it in GitHub Desktop.
Base.extend()ed structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+- Comment class, text, line | |
| +- Heading class, text, line | |
| +- DocComment class, text, line, tags | |
| +- Element class, text, line, tags, object | |
| +- Variable class, text, line, tags, object, name, type, | |
| | +- Accessor class, text, line, tags, object, name, type, accessor | |
| +- Function class, text, line, tags, object, name, params, returns, signature | |
| +- Class class, text, line, tags, object, name, properties, functions, constructor | |
| | |
+- Tag class, text | |
+- Value class, text, type | |
+- Param class, text, type, name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment