Generate LPAREN, RPAREN for METHOD_DEF parameters.

These are needed for ParenPadCheck, as indicated by RFE 734111.
I'm not very skilled with antlr, so could someone else please check the
changes.
This commit is contained in:
Rick Giles 2003-05-07 23:42:00 +00:00
parent fdc9cc3713
commit 1658656fa2
1 changed files with 2 additions and 0 deletions

View File

@ -281,7 +281,9 @@ field!
mods,
#(#[TYPE,"TYPE"],rt),
IDENT,
LPAREN,
param,
RPAREN,
tc,
s2);}
| v:variableDefinitions[#mods,#t] SEMI