The R Project SVN R

Rev

Rev 72016 | Rev 85532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72016 Rev 74363
Line 649... Line 649...
649
binding of the class definition.
649
binding of the class definition.
650
 
650
 
651
 
651
 
652
The new methods can refer to any currently defined method by name
652
The new methods can refer to any currently defined method by name
653
(including other methods supplied in this call to
653
(including other methods supplied in this call to
654
\code{$methods()}. %$
654
\code{$methods()}). %$
655
Note though that previously defined methods are not re-analyzed
655
Note though that previously defined methods are not re-analyzed
656
meaning that they will not call the new method (unless it redefines an
656
meaning that they will not call the new method (unless it redefines an
657
existing method of the same name).
657
existing method of the same name).
658
 
658
 
659
To remove a method, supply \code{NULL} as its new definition.
659
To remove a method, supply \code{NULL} as its new definition.