machao657 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Make the grammar follow the JLS #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The grammar is not following the Java Language Specification entirely.
Some constructions must generate error, like:

{
  this.this.x = 1;
}

Original issue reported on code.google.com by jges...@gmail.com on 2 Jul 2008 at 1:08

GoogleCodeExporter commented 9 years ago
{
  this.this = null;
}

Original comment by jges...@gmail.com on 2 Jul 2008 at 1:09