Uses of Class
org.variantsync.diffdetective.gumtree.VariationDiffAdapter
-
Uses of VariationDiffAdapter in org.variantsync.diffdetective.variation.diff.construction
Modifier and TypeMethodDescriptionprivate static <L extends Label>
voidGumTreeDiff.extractMatching
(VariationDiffAdapter<L> src, VariationDiffAdapter<L> dst, com.github.gumtreediff.matchers.MappingStore result) Makes the implicit matching of aVariationDiff
explicit.private static <L extends Label>
voidGumTreeDiff.removeUnmapped
(com.github.gumtreediff.matchers.MappingStore mappings, VariationDiffAdapter<L> root) Remove all nodes from theBEFORE
projection which aren't part of a mapping.