API 0.9.5
Foundation/CPInvocation.h
Go to the documentation of this file.
00001 
00002 @interface CPInvocation : CPObject
00003 {
00004     id                  _returnValue;
00005     CPMutableArray      _arguments;
00006     CPMethodSignature   _methodSignature;
00007 }
00008 @end
 All Classes Files Functions Variables Defines