LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sav07_lecture_4 [2007/03/27 16:33]
leander.eyer
sav07_lecture_4 [2007/03/27 16:35]
leander.eyer
Line 193: Line 193:
  
 The value of K is known for //global arrays// (statically defined). The case of dynamically allocated arrays (like the one in Java) will be dealt in a  further section. The value of K is known for //global arrays// (statically defined). The case of dynamically allocated arrays (like the one in Java) will be dealt in a  further section.
 +
  
  
Line 217: Line 218:
 Possible mathematical model: fields as functions from objects to objects. Possible mathematical model: fields as functions from objects to objects.
  
-  left : Node => Node +  left : Node -> Node 
-  right : Node => Node+  right : Node -> Node
  
 What is the meaning of assignment? What is the meaning of assignment?