Skip to content

nodeJS tool to visualize different AST Nodes of Java source code

Notifications You must be signed in to change notification settings

digital-bauhaus/Java_AST_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java AST Visualization

This tool is a quick helper to visualize different AST Node types of the Java programming language.

Requirements

  • Node JS
  • NPM
  • Java 11 JDK

clone and train the greedyMLpipeline

git clone https://github.com/digital-bauhaus/greedyMLpipeline.git

How to run

  • create and link the jar file:
cd java
./gradlew jar
cd ..
ln -s java/build/lib/java_file_parser-1.0-SNAPSHOT.jar ./java_file_parser.jar
  • install the dependencies of the node server:
npm install
  • run the server:
node server.js /path/to/folder/holding/java/files /path/to/trained/model

About

nodeJS tool to visualize different AST Nodes of Java source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published