[stringtemplate-interest] feature request: attribute name as enum
AuFinNS
afins_2004 at yahoo.de
Fri Sep 16 02:07:48 PDT 2011
Hello,
is it suitable to have an stringtemplate add method with signature
public ST add(Enum<?> name, java.lang.Object value) {
return add(name.name(), value);
}
for easy work with enums?
Many thanks!
Best Regards, Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20110916/54b58126/attachment.html
More information about the stringtemplate-interest
mailing list