[stringtemplate-interest] [ST4 Beta-2] System.out.println in Interpreter#setDefaultArguments
Terence Parr
parrt at cs.usfca.edu
Wed Jan 26 16:50:39 PST 2011
fixed.
Ter
On Jan 26, 2011, at 12:33 AM, Udo Borkowski wrote:
> Hi,
>
> in Interpreter#setDefaultArguments there is a println statement:
>
> System.out.println("setting def arg "+arg.name+" to "+defaultArgST);
>
> I assume this should not be included in the final release as this generates output to the console whenever a template with default parameter value is used and no parameter value is provided.
>
> E.g.:
> ---------------
> t(x="default") ::= <<
> «x»
> >>
>
> main() ::= <<
> «t()»
> >>
> ---------------
>
>
> Udo
> _______________________________________________
> stringtemplate-interest mailing list
> stringtemplate-interest at antlr.org
> http://www.antlr.org/mailman/listinfo/stringtemplate-interest
More information about the stringtemplate-interest
mailing list