LComments              package:R.utils              R Documentation

_T_h_e _L_C_o_m_m_e_n_t_s _c_l_a_s_s

_D_e_s_c_r_i_p_t_i_o_n:

     Package:  R.utils 
      *Class LComments*

     'Object'
      '~~|'
      '~~+--''SmartComments'
      '~~~~~~~|'
      '~~~~~~~+--''VComments'
      '~~~~~~~~~~~~|'
      '~~~~~~~~~~~~+--''LComments'

     *Directly known subclasses:*


     public static class *LComments*
      extends VComments

     The LComments class.

     This class, is almost identical to the super class, except that
     the constructor has different defaults.

_U_s_a_g_e:

     LComments(letter="L", verboseName="log", ...)

_A_r_g_u_m_e_n_t_s:

  letter: The smart letter.

verboseName: The name of the verbose object.

     ...: Not used.

_F_i_e_l_d_s _a_n_d _M_e_t_h_o_d_s:

     *Methods:*
      _No methods defined_.

     *Methods inherited from VComments*:
      convertComment, reset, validate

     *Methods inherited from SmartComments*:
      compile, convertComment, parse, reset, validate

     *Methods inherited from Object*:
      $, $<-, [[, [[<-, as.character, attach, attachLocally, clone,
     detach, equals, extend, finalize, getFields, getInstanciationTime,
     getStaticInstance, hasField, hashCode, ll, load, objectSize,
     print, save

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

