| commit | 25b930ae2babc7666be2f1b4aab1508a7c493b86 | [log] [tgz] |
|---|---|---|
| author | Nicholas Smith <nicholas.p.smith@live.co.uk> | Mon Aug 18 08:40:24 2014 +0100 |
| committer | Nicholas Smith <nicholas.p.smith@live.co.uk> | Mon Aug 18 08:40:24 2014 +0100 |
| tree | 39a40434b60a676f0c2c8a2f19727bd68215e77e | |
| parent | 41809ea677ba5f557fa93f3e158ea4281b0d4d7d [diff] |
Missing import statement
Copyright (C) 2007 JĂșlio Vilmar Gesser
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments.
<dependency>
<groupId>com.google.code.javaparser</groupId>
<artifactId>javaparser</artifactId>
<version>1.0.11</version>
</dependency>
mvn javacc:javacc mvn clean install
If you have problems, please feel free to open an issue.
Javadoc is available at http://matozoid.github.io/javaparser/javadoc-current/
This parser is based on Sreenivasa Viswanadha's Java 1.5 parser.
The project was originally hosted at http://code.google.com/p/javaparser/ but seemed dead. This repository at https://github.com/matozoid/javaparser keeps the code alive.