com.github.javaparser:javaparser-symbol-solver-model

A Symbol Solver for Java, built on top of JavaParser (model)

License

License

Categories

Categories

JavaParser Development Tools Development Libraries
GroupId

GroupId

com.github.javaparser
ArtifactId

ArtifactId

javaparser-symbol-solver-model
Last Version

Last Version

3.15.15
Release Date

Release Date

Type

Type

jar
Description

Description

A Symbol Solver for Java, built on top of JavaParser (model)

Download javaparser-symbol-solver-model

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.javaparser : javaparser-core jar 3.15.15
org.javassist : javassist jar 3.24.0-GA
com.google.guava : guava jar 27.0-jre

Project Modules

There are no modules declared in this project.

JavaParser

Maven Central Build Status Coverage Status Join the chat at https://gitter.im/javaparser/javaparser License LGPL-3/Apache-2.0 DOI

This project contains a set of libraries implementing a Java 1.0 - Java 14 Parser with advanced analysis functionalities. This includes preview features to Java 13, with Java 14 preview features work-in-progress.

Our main site is at JavaParser.org

Setup

The project binaries are available in Maven Central.

We strongly advise users to adopt Maven, Gradle or another build system for their projects. If you are not familiar with them we suggest taking a look at the maven quickstart projects (javaparser-maven-sample, javasymbolsolver-maven-sample).

Just add the following to your maven configuration or tailor to your own dependency management system.

Please refer to the Migration Guide when upgrading from 2.5.1 to 3.0.0+

Maven:

<dependency>
    <groupId>com.github.javaparser</groupId>
    <artifactId>javaparser-symbol-solver-core</artifactId>
    <version>3.17.0</version>
</dependency>

Gradle:

implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.17.0'

Since Version 3.5.10, the JavaParser project includes the JavaSymbolSolver. While JavaParser generates an Abstract Syntax Tree, JavaSymbolSolver analyzes that AST and is able to find the relation between an element and its declaration (e.g. for a variable name it could be a parameter of a method, providing information about its type, position in the AST, ect).

Using the dependency above will add both JavaParser and JavaSymbolSolver to your project. If you only need the core functionality of parsing Java source code in order to traverse and manipulate the generated AST, you can reduce your projects boilerplate by only including JavaParser to your project:

Maven:

<dependency>
    <groupId>com.github.javaparser</groupId>
    <artifactId>javaparser-core</artifactId>
    <version>3.17.0</version>
</dependency>

Gradle:

implementation 'com.github.javaparser:javaparser-core:3.17.0'

Since version 3.6.17 the AST can be serialized to JSON. There is a separate module for this:

Maven:

<dependency>
    <groupId>com.github.javaparser</groupId>
    <artifactId>javaparser-core-serialization</artifactId>
    <version>3.17.0</version>
</dependency>

Gradle:

implementation 'com.github.javaparser:javaparser-core-serialization:3.17.0'

How To Compile Sources

If you checked out the project from GitHub you can build the project with maven using:

mvn clean install

If you checkout the sources and want to view the project in an IDE, it is best to first generate some of the source files; otherwise you will get many compilation complaints in the IDE. (mvn clean install already does this for you.)

mvn javacc:javacc

If you modify the code of the AST nodes, specifically if you add or remove fields or node classes, the code generators will update a lot of code for you. The run_metamodel_generator.sh script will rebuild the metamodel, which is used by the code generators which are run by run_core_generators.sh Make sure that javaparser-core at least compiles before you run these.

Note: for Eclipse IDE follow the steps described in the wiki: https://github.com/javaparser/javaparser/wiki/Eclipse-Project-Setup-Guide

More information

JavaParser.org is the main information site.

License

JavaParser is available either under the terms of the LGPL License or the Apache License. You as the user are entitled to choose the terms under which adopt JavaParser.

For details about the LGPL License please refer to LICENSE.LGPL.

For details about the Apache License please refer to LICENSE.APACHE.

com.github.javaparser

JavaParser

Versions

Version
3.15.15
3.15.14
3.15.13
3.15.12
3.15.11
3.15.10
3.15.9
3.15.8
3.15.7
3.15.6
3.15.5
3.15.4
3.15.3
3.15.2
3.15.1
3.15.0
3.14.159265359
3.14.16
3.14.14
3.14.13
3.14.12
3.14.11
3.14.10
3.14.9
3.14.8
3.14.7
3.14.5
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.10
3.13.9
3.13.6
3.13.5
3.13.4
3.13.3
3.13.2
3.13.1
3.13.0
3.12.0
3.11.0
3.10.2
3.10.1
3.10.0
3.9.1
3.9.0
3.8.3
3.8.2
3.8.1
3.8.0
3.7.1
3.7.0
3.6.27
3.6.26
3.6.25
3.6.24
3.6.23
3.6.22
3.6.20
3.6.19
3.6.18
3.6.17
3.6.16
3.6.15
3.6.14
3.6.13
3.6.12
3.6.11
3.6.10
3.6.9
3.6.8
3.6.7
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.20
3.5.19
3.5.18
3.5.17
3.5.16
3.5.15
3.5.14
3.5.13
3.5.12
3.5.11
3.5.10