BreakpointNode.st
changeset 4365 440389669666
parent 4222 9757ab066985
child 4513 9a5996fb8686
equal deleted inserted replaced
4364:dbfef9144fed 4365:440389669666
   124     "Created: / 16-06-2011 / 15:17:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   124     "Created: / 16-06-2011 / 15:17:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   125     "Modified: / 22-07-2013 / 16:08:34 / cg"
   125     "Modified: / 22-07-2013 / 16:08:34 / cg"
   126     "Modified: / 26-03-2018 / 15:38:22 / stefan"
   126     "Modified: / 26-03-2018 / 15:38:22 / stefan"
   127 ! !
   127 ! !
   128 
   128 
       
   129 !BreakpointNode methodsFor:'evaluation'!
       
   130 
       
   131 evaluateIn:anEnvironment
       
   132     ^ expression evaluateIn:anEnvironment
       
   133 
       
   134     "Created: / 20-02-2019 / 22:17:35 / Claus Gittinger"
       
   135 ! !
       
   136 
   129 !BreakpointNode methodsFor:'node protocol forwarding'!
   137 !BreakpointNode methodsFor:'node protocol forwarding'!
   130 
   138 
   131 arg1
   139 arg1
   132     "must forward - otherwise cascades won't work"
   140     "must forward - otherwise cascades won't work"
   133 
   141