rename frame to named_list to be shared soon

This commit is contained in:
Torsten Ruger
2016-12-21 18:45:18 +02:00
parent b242f9e223
commit 0040baae28
12 changed files with 26 additions and 25 deletions

View File

@ -12,7 +12,7 @@ module Register
# The caller creates the Message and passes control to the receiver's method
# The receiver create a new Frame to hold local and temporary variables and (later) creates
# The receiver create a new NamedList to hold local and temporary variables and (later) creates
# default values for arguments that were not passed
# How the actual finding of the method takes place (acording to the ruby rules) is not simple,

View File

@ -7,7 +7,7 @@ module Register
# Four known objects exist and those correspond to subclasses:
# - the message that has been received: MessageSlot
# - the frame of the method that is executing (local variables): FrameSlot
# - the frame of the method that is executing (local variables): NamedListSlot
# - self as an object: SelfsSlot
# - a message that will be sent, NewMessageSlot