Context.st
changeset 15091 d7ec3bbf1a07
parent 15010 1c91c097fd52
child 15232 4162bcd5498a
child 18045 c0c600e0d3b3
equal deleted inserted replaced
15090:74303e1d9ac0 15091:d7ec3bbf1a07
   593 
   593 
   594 methodHome
   594 methodHome
   595     "return the method-home - for method contexts this is the receiver"
   595     "return the method-home - for method contexts this is the receiver"
   596 
   596 
   597     ^ self
   597     ^ self
       
   598 !
       
   599 
       
   600 methodSelector
       
   601     "return the method's (or home method's) selector"
       
   602 
       
   603     ^ self methodHome selector
   598 !
   604 !
   599 
   605 
   600 ntemp
   606 ntemp
   601     "return the number of temporary variables of the Block/Method.
   607     "return the number of temporary variables of the Block/Method.
   602      (for debugging only).
   608      (for debugging only).
  2464 ! !
  2470 ! !
  2465 
  2471 
  2466 !Context class methodsFor:'documentation'!
  2472 !Context class methodsFor:'documentation'!
  2467 
  2473 
  2468 version
  2474 version
  2469     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.180 2013-03-31 12:26:19 cg Exp $'
  2475     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.181 2013-04-15 15:28:48 cg Exp $'
  2470 !
  2476 !
  2471 
  2477 
  2472 version_CVS
  2478 version_CVS
  2473     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.180 2013-03-31 12:26:19 cg Exp $'
  2479     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.181 2013-04-15 15:28:48 cg Exp $'
  2474 !
  2480 !
  2475 
  2481 
  2476 version_SVN
  2482 version_SVN
  2477     ^ '§ Id: Context.st 10643 2011-06-08 21:53:07Z vranyj1  §'
  2483     ^ '§ Id: Context.st 10643 2011-06-08 21:53:07Z vranyj1  §'
  2478 ! !
  2484 ! !