-
Updated
Aug 9, 2022 - Java
#
javaparser
Here are 46 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
May 25, 2022 - Java
A tool to detect test smells in Java projects that utilize JUnit as the testing framework
-
Updated
Jul 18, 2022 - Java
Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your editor.
-
Updated
Aug 6, 2022 - Java
Creating Data Flow Graphs from java input classes
java
control-flow-graph
dataflow
javaparser
data-flow-analysis
data-flow-graph
controlflow
javadataflow-graph
controlflowgraph
-
Updated
Mar 22, 2022 - Java
Static code analysis for Java
-
Updated
Nov 9, 2021 - Groovy
IDE for Java developers.
-
Updated
Dec 4, 2019 - Java
Learning Compiler working in Java. AST, JDT, ANTLR, JavaParser Examples are also included.
-
Updated
May 20, 2021 - 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
Facilitate analysis of JavaParser AST by Scala pattern matching
-
Updated
May 17, 2019 - Scala
A Java parser for the ETF format
-
Updated
Jun 7, 2020 - Java
Builds control flow graphs from source code parsed with JavaParser
-
Updated
Aug 4, 2022 - Java
Java source code interpreter #unstable
-
Updated
Jun 29, 2022 - Java
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
Simple and linear derivative calculator with a GUI
-
Updated
Jan 31, 2021 - Java
SURFACE (Java SecURity FlAws metriCs Extractor) - A lightweight command line tool for extracting security metrics from Java projects
-
Updated
Jul 1, 2022 - Java
Detecting code duplicates by crawling the Java standard library.
-
Updated
Sep 13, 2017 - 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
Nov 8, 2021 - Groovy
-
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
)
simple interface and cli for javaparser
-
Updated
Oct 24, 2020 - 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
-
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