Method Class Reference

Abstract class for method declarations and definitions. More...

#import <ast.h>

Inheritance diagram for Method:

Stmt ASTNode MethodDec MethodDefinition ClassMethodDec InstanceMethodDec ClassMethodDefinition InstanceMethodDefinition List of all members.

Public Member Functions

(id) - init:rtype:args:
 Initialize.
(char *) - msg_name

Protected Attributes

Typetype
 return type of method
Consargs
 method arguments
Klassklass
 set during typechecking

Detailed Description

Abstract class for method declarations and definitions.


Member Function Documentation

- (id) init: (id)  t
rtype: (id)  r
args: (id)  a 

Initialize.

Parameters:
t Token '-' or '+'
r (Type*) return type
a (Cons*) keyword args


The documentation for this class was generated from the following files:
Generated on Mon Dec 24 06:11:58 2007 for gfront by  doxygen 1.5.2