objectiser / scribble

Language for describing interactions between multiple participants.
http://www.scribble.org
1 stars 0 forks source link

TypeReference parser initialisation based on qname #22

Closed objectiser closed 14 years ago

objectiser commented 14 years ago

Currently qname (which may be a simple name) is searching for an appropriate typed set property method, and finding the setNotation method.

It may only be an issue with strings, so possibly if a token is not specified, and the type is a string, then look up the appropriate property name from a map using the containing class as the key.

objectiser commented 14 years ago

Sorted