> Looking at the snippet below I assume that method may be analogous to
> self in other languages.
The java equivalent of "self" is "this". In your code snippet,
"method" is most likely a class variable.
> But what is the purpose of this intial return statement?
It determines whether the contents of "method" are valid, for
some definition of valid.
HMS Surprise - 08 May 2007 22:35 GMT
> > Looking at the snippet below I assume that method may be analogous to
> > self in other languages.
[quoted text clipped - 6 lines]
> It determines whether the contents of "method" are valid, for
> some definition of valid.
Thanks, 'this' makes sense as much else looks like 'C'.
jh