plyj icon indicating copy to clipboard operation
plyj copied to clipboard

A Java parser written in Python using PLY.

Results 9 plyj issues
Sort by recently updated
recently updated
newest added

Is there a way to get the method name inside which a specific method I am looking for has been invoked? Other than that I want to be able to...

I am trying to distribute some tool developed by using this module and now I need the rpm file to have this module installed in a distributed environment. Thanks!

This is a great tool for python. Actually, I wanna have the block comments in the java code. Is it possible to that infomation? Thanks, ``` WARNING: Token 'BLOCK_COMMENT' defined,...

enhancement
help wanted

Hi there! I've been working pretty hard on this little project for some time now and I hope you like the stuff I've done. I've added the ability to write...

Are there any plans to add pretty printing?

enhancement

plyj only supports Java 7 right now. Add support for all Java 8 features. The branch `java8_2` already contains default methods and an unsuccessful stab at reference expressions.

help wanted

I have a java file with following sample code in it: ``` public class ClassName { public void main(){ try { } catch (SomeException e) { addJavascriptInterface(1, 2); } }...

The feature can make a great use case to compose the parsed classes. So suppose if I wanted to know the exact argument in string form passed to a function...