I guess I was thinking along the lines of when the CF is compiled into a java servlet, which I assume is the underlying source of the reflection information. 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Barney Boisvert
Sent: 19 May 2004 11:58
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Compile-time include directives?

Actually, upon further reflection, that's probably not true.  CFSETTING and CFPROCESSINGDIRECTIVE would operate at compile time as well, and there might be others.  However, CF is vastly a runtime language, the "compiler" is little more than a translator, it's not doing much (unlike Java, for example, which does typechecking, or C's preprocessor, which is what you're describing).
 
cheers,
barneyb


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barney Boisvert
Sent: Tuesday, May 18, 2004 9:40 AM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Compile-time include directives?

Nope, no compile-time includes in CF.  The only tag that does anything at compile time is CFIMPORT.
 
cheers,
barneyb

Reply via email to