[stringtemplate-interest] Variables in Template Parameters

Terence Parr parrt at cs.usfca.edu
Mon Nov 9 15:28:53 PST 2009


On Nov 9, 2009, at 2:37 PM, Brain, Jim wrote:

> "TYPE.getName()" is the desired outcome.

$type$.get$name$() should work then.  OH! You're passing as a string.  
try

getter={get$name$()}

to get a template, which will eval :)

Ter



More information about the stringtemplate-interest mailing list