BreakpointNode.st
changeset 4072 ffe8aedc700b
parent 4047 70b52dcebe6b
child 4222 9757ab066985
equal deleted inserted replaced
4071:7afef5878f90 4072:ffe8aedc700b
   152 
   152 
   153     ^ expression isMessage
   153     ^ expression isMessage
   154 !
   154 !
   155 
   155 
   156 numArgs
   156 numArgs
   157     "must forward - otherwise checkCondition won't work"
   157     "must forward - otherwise checkCondition won't work.
       
   158      Please use argumentCount, which is ANSI"
   158 
   159 
   159     ^ expression numArgs
   160     ^ expression numArgs
   160 !
   161 !
   161 
   162 
   162 plausibilityCheckIn:aParser
   163 plausibilityCheckIn:aParser