-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alternative strategy to build/reconcile Java model using ASTParser/DOM (
#2699) Introduce a new strategy (enabled by opt-in CompilationUnit.DOM_BASED_OPERATIONS flag) which, instead of using the ECJ-derived parser, uses ASTParser to create a DOM and then turns the DOM into a JavaModel structure. This has the benefit of: * Simplifying the code as an crawling DOM is usually simpler than dealing with lower-level parser * allowing other parsers as backend if ASTParser is configured for it
- Loading branch information
1 parent
b294075
commit 70d19ed
Showing
3 changed files
with
1,399 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.