BreakpointNode.st
changeset 3346 be36d8a09396
parent 3226 f985cd98d5ca
child 3349 4e6a7f9be79a
equal deleted inserted replaced
3345:718b64ff3db3 3346:be36d8a09396
    29  only in accordance with the terms of that license and with the
    29  only in accordance with the terms of that license and with the
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
       
    34 "
       
    35 !
       
    36 
       
    37 documentation
       
    38 "
       
    39     compiler support for statement breakpoints.
    34 "
    40 "
    35 ! !
    41 ! !
    36 
    42 
    37 !BreakpointNode methodsFor:'accessing'!
    43 !BreakpointNode methodsFor:'accessing'!
    38 
    44 
    98 ! !
   104 ! !
    99 
   105 
   100 !BreakpointNode class methodsFor:'documentation'!
   106 !BreakpointNode class methodsFor:'documentation'!
   101 
   107 
   102 version_CVS
   108 version_CVS
   103     ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.5 2013-07-22 14:14:55 cg Exp $'
   109     ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.6 2013-12-16 13:40:09 cg Exp $'
   104 !
   110 !
   105 
   111 
   106 version_SVN
   112 version_SVN
   107     ^ '$ Id $'
   113     ^ '$ Id $'
   108 ! !
   114 ! !