[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Stubble script
- To: <wjr>, <eric>, <roland>
 
- Subject: Stubble script
 
- From: Ravi Pandya <ravi>
 
- Date: Wed, 25 Apr 90 13:57:29 PDT
 
- Cc: <xtech>
 
I need a modification to the current stubble script so that I can have
"deferred proxy" classes -- classes that define proxy methods but
cannot themselves have proxies. (The particular example is Doc, which
defines proxy methods for accessing its contents, but noone should
ever have a DocProxy; they might have a TextDocProxy or a
LinkDocProxy). I think we just need another keyword such as
"DEFERRED_PROXY" that declares a bunch of methods proxies but doesn't
generate a proxy class.
	--ravi