LKCategoryDef class documentation
LKCategoryDef : LKASTOverview
AST node representing a new category definition.
Default
- + (id) categoryWithName: (NSString *)aName onClassNamed: (NSString *)aClass methods: (NSArray *)aMethodList
Return a new Category with the specified name, class and list of methods. The third argument is an array of AST nodes representing methods.