Documentation

LKCategoryDef class documentation

LKCategoryDef : LKAST

AuthorsGenerated by builder
Declared inLKCategory.h

Overview

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.

    + (id) categoryOnClassNamed: (NSString *)aName methods: (NSArray *)aMethodList

    Returns a new anonymous category.

      - (NSMutableArray *) methods

      Returns the methods.