- Revision
- 1110
- Author
- rfscholte
- Date
- 2011-03-07 15:48:23 -0600 (Mon, 07 Mar 2011)
Log Message
Use NormalClassDeclaration instead of class
Modified Paths
Diff
Modified: trunk/qdox/src/grammar/parser.y (1109 => 1110)
--- trunk/qdox/src/grammar/parser.y 2011-03-07 21:16:38 UTC (rev 1109) +++ trunk/qdox/src/grammar/parser.y 2011-03-07 21:48:23 UTC (rev 1110) @@ -143,9 +143,6 @@ ClassDeclaration: NormalClassDeclaration | EnumDeclaration; -//// for migration -NormalClassDeclaration: class; - // ----- JAVADOC javadoclist: @@ -512,7 +509,9 @@ // ----- CLASS -class: +// 8.1 Class Declaration + +NormalClassDeclaration: modifiers classorinterface IDENTIFIER TypeParameters_opt opt_extends Interfaces_opt { cls.lineNumber = line; cls.modifiers.addAll(modifiers); modifiers.clear();
To unsubscribe from this list please visit:
