Skip to content

Developed UML Parser to convert Java source code to class diagram

License

Notifications You must be signed in to change notification settings

TusharaA/UML-Parser-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UML-Parser

Technologies and Tools: Java, ANTLR4, PlantUML

Converting Java source code to class diagram:

  1. The input is converted to a Abstract Syntax Tree(AST) using ANTLR4 parser.
  2. The AST is parsed by the the code and an intermedite output is generated.
  3. This intermediate input is fed to PlantUML in a proper format to generate the class diagram.

About

Developed UML Parser to convert Java source code to class diagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages