-
Updated
Jul 19, 2021 - Java
#
javaparser
Here are 43 public repositories matching this topic...
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
java
parser
code-generator
wiki
ide
code-analysis
ast
javadoc
syntax-tree
code-generation
javaparser
ttps
abstract-syntax-tree
javasymbolsolver
Code samples for the book "JavaParser: Visited" https://leanpub.com/javaparservisited
-
Updated
Jan 26, 2021 - Java
A tool to detect test smells in Java projects that utilize JUnit as the testing framework
-
Updated
Jun 25, 2021 - Java
Creating Data Flow Graphs from java input classes
-
Updated
Oct 14, 2020 - Java
Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your editor.
-
Updated
Jul 20, 2021 - Java
Static code analysis for Java
-
Updated
Jul 31, 2019 - Groovy
基于JavaParser的代码调用链分析,可以用于分析Java代码的方法调用链,进行代码质量管理、监控。欢迎Fork、Star
-
Updated
Apr 18, 2021 - Java
IDE for Java developers.
-
Updated
Dec 4, 2019 - Java
did u know the name of the repo is obfuscator backwards?
android
security
obfuscation
obfuscate
proguard
android-security
mobile-security
javaparser
obufscator
-
Updated
Dec 20, 2018 - Java
A Java parser for the ETF format
-
Updated
Jun 7, 2020 - Java
Facilitate analysis of JavaParser AST by Scala pattern matching
-
Updated
May 17, 2019 - Scala
A tool for extracting literal values from Java source code for use by Randoop test generator
-
Updated
Dec 12, 2017 - Java
Simple and linear derivative calculator with a GUI
-
Updated
Jan 31, 2021 - Java
SURFACE (Java SecURity Flaws metriCs Extractor) - A simple Command Line tool for extracting Security Metrics for Java projects computed from classes ASTs
-
Updated
Jun 19, 2021 - Java
java api doc generator
-
Updated
Jun 20, 2019 - Java
MysterAitch
commented
Dec 4, 2020
Oops, I missed a couple of references to maven in the source code when creating the sample project (mostly copy/paste from the maven sample
CodeGenerationUtils.mavenModuleRoot
(should be replaced withUtil.gradleModuleRoot
)
Learning Compiler working in Java. AST, JDT, ANTLR, JavaParser Examples are also included.
-
Updated
May 20, 2021 - Java
Obfuscate and transform log constant code like Proguard
-
Updated
Jun 23, 2020 - Java
The set of annotation processors that generate an accessor which returns an optional value for each annotated field during the compilation phase.
-
Updated
Oct 3, 2018 - Java
[Mirror] - Jpal is a library for javaparser which provides additional features like cross referencing, qualified types and other useful classes.
-
Updated
Jan 27, 2018 - Groovy
Builds control flow graphs from source code parsed with JavaParser
-
Updated
Jul 15, 2021 - Java
-
Updated
Dec 9, 2018 - Java
Collection of small code manipulation java scripts based on javaparser
-
Updated
Mar 26, 2020 - Java
simple interface and cli for javaparser
-
Updated
Oct 24, 2020 - Java
-
Updated
Mar 27, 2018 - Java
Improve this page
Add a description, image, and links to the javaparser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javaparser topic, visit your repo's landing page and select "manage topics."
Currently inner classes are not accessible from within templates, I would like to be able to the use statement below. For the inner classes all fields, methods and constructors should also available.
Solution direction:
Add list of ClassContainer as field to the ClassCo