| Construction | Type | Java Correspondance |
| t_int | Set | int |
| t_short | Set | short |
| t_long | Set | long |
| t_byte | Set | byte |
| t_char | Set | char |
| class c_Class | Classes -> Types | Class |
| array (class c_Class) 1 | Types -> Z -> Types | Class [] |
| null | REFERENCES | null |
| subtypes | Types -> Types -> Prop | - |
| instances | REFERENCES -> Prop | - |
| typeof | REFERENCES -> Types | - |
| overridingCouple f obj inst res := |
| if (= obj inst) then |
| res |
| else |
| f (obj). |