File: readme.md

package info (click to toggle)
javaparser 1.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,060 kB
  • ctags: 2,258
  • sloc: java: 12,555; xml: 198; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.