[antlr-interest] BUG (JAVA): Generics not permitted in Antlr rule parameter lists

Austin Hastings Austin_Hastings at Yahoo.com
Sat Nov 10 20:13:59 PST 2007


Howdy,

In the Java target, the dreaded string-template failure occurs if a rule 
has a parameter with generic type:

testCase[String m1, String m2, List<TestCase> tests]
   
produces a call like

testCase(m1, m2,  , tests);

and a build failure, etc.

=Austin



More information about the antlr-interest mailing list