-
Updated
Dec 31, 2020 - Java
#
javaparser
Here are 36 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
Mar 27, 2020 - Java
A tool to detect test smells in Java projects that utilize JUnit as the testing framework
-
Updated
Oct 13, 2020 - Java
Static code analysis for Java
-
Updated
Jul 31, 2019 - Groovy
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
Dec 29, 2020 - 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
java api doc generator
-
Updated
Jun 20, 2019 - Java
A tool for extracting literal values from Java source code for use by Randoop test generator
-
Updated
Dec 12, 2017 - 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
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
Obfuscate and transform log constant code like Proguard
-
Updated
Jun 23, 2020 - Java
-
Updated
Dec 9, 2018 - 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)
Collection of small code manipulation java scripts based on javaparser
-
Updated
Mar 26, 2020 - Java
Code Doctor! a web based application for recovering traceabilty from source code to documentation
groovy
javaparser
singular-value-decomposition
latent-semantic-indexing
grails2
apache-pdfbox
recovering-traceability-links
-
Updated
Dec 21, 2017 - Groovy
-
Updated
Mar 27, 2018 - Java
-
Updated
May 3, 2018 - Java
The repository contains code for recommending method call and argument as a sequence using deep learning approaches. Besides, contextcollection0.1 branch contains java program to collect code tokens from the java projects
tensorflow
keras
lstm
beam-search
sequence-to-sequence
javaparser
encoder-decoder
deeplearning4j
api-call
-
Updated
Jan 3, 2019
simple interface and cli for javaparser
-
Updated
Oct 24, 2020 - 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