If I remember correctly, if you modify
this method (the line in bold) you have the type declarations activated:
Parser>>initScanner
super
initScanner.
typeTable :=
TypeTable.
"Default language choice:"
oldLanguage := true.
newLanguage := true.
extendedLanguage := true
From: Rob Vens
[mailto:[hidden email]]
Sent: dinsdag 15 januari 2008
13:10
To: VWNC
Subject: type declarations in VW
there used to be this totally ignored possibility to add type
declarations in VisualWorks, like:
| name <String> |
But it seems I cannot find where this is, if it still possible (used to be, I
am sure of that). It was some kind of compiler switch that allowed for these
declarations although they were never used. And I am not talking about the
class comments that use the same syntax for typing.
Anyone remembers? Please tell me where to find it, if it still exists. I can
imagine it was killed to make the pragma stuff possible though.