Difference between revisions of "Glossary"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(navigation)
 
(smaller navigation links)
Line 2: Line 2:
   
 
<div align="center">
 
<div align="center">
[[Manual_index#A|A]] | [[Manual_index#B|B]] | [[Manual_index#C|C]] | [[Manual_index#D|D]] |
+
[[#A|A]] | [[#B|B]] | [[#C|C]] | [[#D|D]] |
[[Manual_index#E|E]] | [[Manual_index#F|F]] | [[Manual_index#G|G]] | [[Manual_index#H|H]] |
+
[[#E|E]] | [[#F|F]] | [[#G|G]] | [[#H|H]] |
[[Manual_index#I|I]] | [[Manual_index#J|J]] | [[Manual_index#K|K]] | [[Manual_index#L|L]] |
+
[[#I|I]] | [[#J|J]] | [[#K|K]] | [[#L|L]] |
[[Manual_index#M|M]] | [[Manual_index#N|N]] | [[Manual_index#O|O]] | [[Manual_index#P|P]] |
+
[[#M|M]] | [[#N|N]] | [[#O|O]] | [[#P|P]] |
[[Manual_index#Q|Q]] | [[Manual_index#R|R]] | [[Manual_index#S|S]] | [[Manual_index#T|T]] |
+
[[#Q|Q]] | [[#R|R]] | [[#S|S]] | [[#T|T]] |
[[Manual_index#U|U]] | [[Manual_index#V|V]] | [[Manual_index#W|W]] | [[Manual_index#X|X]] |
+
[[#U|U]] | [[#V|V]] | [[#W|W]] | [[#X|X]] |
[[Manual_index#Y|Y]] | [[Manual_index#Z|Z]]
+
[[#Y|Y]] | [[#Z|Z]]
 
</div>
 
</div>
   

Revision as of 15:31, 7 July 2005


A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z


A

attribute: an attribute of an object is part of the memorized information of that object. In other words, using the attribute of some object does not involved computation. An attribute is either constant or variable. When not constant, attribute means exactely what instance variable means.

anchored type: bla bla bla ...

B

back-end: bla bla bla ...

C

contravariance: bla bla bla ...

covariance: bla bla bla ...

D

dynamic dispatch: bla bla bla ...

dynamic type: bla bla bla ...

E

expression: bla bla bla ...

F

feature: feature is used to denote either an attribute, a function or a procedure as well. Hence, feature also includes method.

function: bla bla bla ...

G

H

I

instance variable: one memory field of some object. As indicated, this memory field can be accessed for read or for write as well. An instance variable is another way to say writable attribute.

instruction: bla bla bla ...

J

K

L

M

method: is the equivalent of routine, that is to say, a method can be a function or a procedure as well.

N

O

P

procedure: bla bla bla ...

Q

R

routine: routine is short-hand to say procedure or function. Hence routine is also the equivalent of method.

S

static type: bla bla bla ...

T

U

V

W

X

Y

Z