Package org.sonar.java.model
Class SyntacticEquivalence
- java.lang.Object
-
- org.sonar.java.model.SyntacticEquivalence
-
public final class SyntacticEquivalence extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquivalent(List<? extends Tree> leftList, List<? extends Tree> rightList)
static boolean
areEquivalent(Tree leftNode, Tree rightNode)
-