> In Java, this is a reference to the current instance of an object you > are inside. -- exactly... memory serves you well Matt:
http://java.sun.com/docs/books/jls/second_edition/html/expressions.doc.html# 251519 "When used as a primary expression, the keyword this denotes a value, that is a reference to the object for which the instance method was invoked (?15.12), or to the object being constructed. The type of this is the class C within which the keyword this occurs. At run time, the class of the actual object referred to may be the class C or any subclass of C." AJ Aaron Johnson [EMAIL PROTECTED] http://cephas.net/blog/ ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
