- Declared in:
- LKCategory.h
AST node representing a new category definition.
Returns a new anonymous category.
Return a new Category with the specified name, class and list of methods. The third argument is an array of AST nodes representing methods.
Name of the category.
Name of this class.
Array of methods defined in this category.