c2nes / javalang

Pure Python Java parser and tools
MIT License
737 stars 161 forks source link

Expose position to TryStatement #66

Open rgamba opened 5 years ago

rgamba commented 5 years ago

Currently there is no way of getting the position of the TryStatement element. This fixes that issue.