Tool 2009 Typing Rules and Constraints
The type is used for elements that need to be type-checked but do not carry a type themselves (this includes statements).
Class definitions and subtyping
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Class variables and methods
- 11
- 12
- 13
- 14
- 15
Special main object:
- 16
Type-checking method bodies
In class :
- 17
Expressions
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
Statements
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51