javaparser

This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. Soon will be possible change the AST nodes or create new ones to modify source code like refactoring. This parser is based on Sreenivasa Viswanadha Java 1.5 parser.

Categories

Categories

JavaParser Development Tools Development Libraries
GroupId

GroupId

com.google.code.javaparser
ArtifactId

ArtifactId

javaparser
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

javaparser
This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. Soon will be possible change the AST nodes or create new ones to modify source code like refactoring. This parser is based on Sreenivasa Viswanadha Java 1.5 parser.
Project URL

Project URL

http://code.google.com/p/javaparser/
Source Code Management

Source Code Management

https://github.com/before/javaparser.git

Download javaparser

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.javaparser/javaparser/ -->
<dependency>
    <groupId>com.google.code.javaparser</groupId>
    <artifactId>javaparser</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.javaparser/javaparser/
implementation 'com.google.code.javaparser:javaparser:1.0.11'
// https://jarcasting.com/artifacts/com.google.code.javaparser/javaparser/
implementation ("com.google.code.javaparser:javaparser:1.0.11")
'com.google.code.javaparser:javaparser:jar:1.0.11'
<dependency org="com.google.code.javaparser" name="javaparser" rev="1.0.11">
  <artifact name="javaparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.javaparser', module='javaparser', version='1.0.11')
)
libraryDependencies += "com.google.code.javaparser" % "javaparser" % "1.0.11"
[com.google.code.javaparser/javaparser "1.0.11"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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.

com.google.code.javaparser

Before

Before the fun 🎉

Versions

Version
1.0.11
1.0.10
1.0.9
1.0.8
1.0.1