| How to use Name Expressions [message #626405] |
Mon, 14 April 2008 12:43 |
Felix Dorner Messages: 675 Registered: July 2009 |
Senior Member |
|
|
Hey,
I am trying to figure out how to work with name expressions. As a simple example, that I already fail to construct, look at the template
Collection<T> { add(T) }. In bound templates, I'd like "add" to change to addA, where A is the name of the actual Parameter in the binding.
So in Collection<Car> I want the add operation to be called addCar().
Is that a correct use case of the name expression mechanism?
Thanks,
Felix
|
|
|
Powered by
FUDForum. Page generated in 0.01351 seconds