[stringtemplate-interest] StringTemplate + Doclet

Terence Parr parrt at cs.usfca.edu
Wed Dec 22 09:51:50 PST 2010


On Dec 22, 2010, at 9:38 AM, Brian Clapper wrote:
>> contract), I ended up using ASM to generate interfaces on the fly, which I then
> implement via java.lang.reflect.Proxy.

BTW, for renderers i did == on obj.getClass() not instanceof (which only works on class names not Class ptrs).  Is it a serious problem if i don't allow instanceof?  Maybe if the model object is hidden by interfaces like jdbc. hmm... i'd rather avoid the java.lang.reflect.Proxy stuff.

Ter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20101222/080a73dd/attachment.html 


More information about the stringtemplate-interest mailing list