- Declared in:
- LKSubclass.h
AST node representing a new class definition.
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.
Returns an array of all of the names of class variables.
Returns an array of all of the names of instance variables.
Returns the superclass name for the class represented by this AST node.
Name of this class.
Array of class variables defined for this class.
Array of instance variables defined for this class.
Array of methods defined in this class.
Name of the superclass.