The R Project SVN R

Rev

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

Rev 26610 Rev 30459
Line 40... Line 40...
40
    }
40
    }
41
 
41
 
42
    \item{.Object = "traceable"}{
42
    \item{.Object = "traceable"}{
43
      Objects of a class that extends \code{traceable} are used to
43
      Objects of a class that extends \code{traceable} are used to
44
      implement debug tracing (see \link{traceable-class} and
44
      implement debug tracing (see \link{traceable-class} and
45
      \code{\link[base]{trace}}).
45
      \code{\link{trace}}).
46
 
46
 
47
      The \code{initialize} method for these classes takes special
47
      The \code{initialize} method for these classes takes special
48
      arguments \code{def, tracer, exit, at, print}.  The first of these
48
      arguments \code{def, tracer, exit, at, print}.  The first of these
49
      is the object to use as the original definition (e.g., a
49
      is the object to use as the original definition (e.g., a
50
      function).  The others correspond to the arguments to
50
      function).  The others correspond to the arguments to
51
      \code{\link[base]{trace}}.
51
      \code{\link{trace}}.
52
    }
52
    }
53
 
53
 
54
    \item{.Object = "environment"}{
54
    \item{.Object = "environment"}{
55
      The \code{initialize} method for environments takes a named list
55
      The \code{initialize} method for environments takes a named list
56
      of objects to be used to initialize the environment.
56
      of objects to be used to initialize the environment.