c2nes / javalang

Pure Python Java parser and tools
MIT License
727 stars 160 forks source link

java 11+ support? #95

Open jimkohl opened 3 years ago

jimkohl commented 3 years ago

Hi Chris et al, Just picked up this parser this morning and am finding it extremely useful.
Wondering if / what the plans are for supporting parsing of newer java versions? Thanks for the great work, Jim

manish-ymcaie commented 2 years ago

Hi, In doc its mentioned that java 8 is supported by javalang. My requirement is limited to know the below 2 things in context to java 11 : 1) number of lines inside a particular method of a java 11 class and 2) which class is extended by a particular java 11 class present in my file system?

Is javalang parser capable of doing above both points for a java 11 class?

Earlier, for Java 8 classes I checked above both points worked perfectly using javalang Thanks Manish Kumar