ucr-riple / NullAwayAnnotator

A tool to help adapting code bases to NullAway type system.
MIT License
13 stars 6 forks source link

Add visitor architecture for Location instances #169

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR adds the appropriate architecture and API to apply a visitor for Location instances. This is preparation for the upcoming refactoring. #170 and #171