kusumotolab / LGMatcher

LGMatcher is Line-based GumTree Matcher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGMatcher

LGMatcher is Line-based GumTree Matcher.
It is an implementation of GumTree's Matcher.

Please download the JAR file from release.

How to Use

Please import LGMatcher to your project with GumTree.

// Create LGMatcher
Matcher matcher = LGMatcher.create(srcContent, dstContent, srcTree, dstTree, mappings);

References

About

LGMatcher is Line-based GumTree Matcher.


Languages

Language:Java 100.0%