LGMatcher is Line-based GumTree Matcher.
It is an implementation of GumTree's Matcher.
Please download the JAR file from release.
Please import LGMatcher to your project with GumTree.
// Create LGMatcher
Matcher matcher = LGMatcher.create(srcContent, dstContent, srcTree, dstTree, mappings);