Skip to content

arouel/javaparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java 1.7 parser and Abstract Syntax Tree.

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.

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.

About

A clone of the javaparser project, since that seemed dead. All submitted patches are accepted.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%