LKSubclass class documentation
LKSubclass : LKASTOverview
AST node representing a new class definition.
Default
- + (id) subclassWithName: (NSString *)aName superclassNamed: (NSString *)aClass cvars: (NSArray *)aCvarList ivars: (NSArray *)anIvarList methods: (NSArray *)aMethodList
Return a new Subclass with the specified name, superclass and list of instance variables and methods. The instance and class variable lists should be strings and the method list is an array of AST nodes representing methods.