Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 529 Bytes

JaPa4Py

Java parser for python

Features

  • Parse Java into AST.
  • Allows to search AST for nodes by their types.
  • Access nodes children by their semantic, i.e. access node holding a method or class name as a field name of corresponding nodes.
  • Extend node semantic fields with custom ones

Project status

In development, but claimed functionality already provided as is in develop branch.

Usage

TBD

Installation

TBD

License

Licensed under LGPL 2.1