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.

Категории

Категории

JavaParser Инструменты разработки Development Libraries
Группа

Группа

com.google.code.javaparser
Идентификатор

Идентификатор

javaparser
Последняя версия

Последняя версия

1.0.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://code.google.com/p/javaparser/
Система контроля версий

Система контроля версий

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

Скачать javaparser

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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 🎉

Версии библиотеки

Версия
1.0.11
1.0.10
1.0.9
1.0.8
1.0.1