pmd/pmd-apex
Aaron Hurst 8412124e07 First pass on ApexTreeBuilder compilation.
This included:
  * Passing AbstractApexNode instead of ApexNode during tree building
  * Extending and using TextFileContent to convert line+column (as is native in Summit) to offset
  * Using the new visitor method and interface
  * Adding a top-level ASTApexFile node
2023-04-05 19:45:54 +00:00
..