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 booleanareEquivalent(List<? extends Tree> leftList, List<? extends Tree> rightList)static booleanareEquivalent(Tree leftNode, Tree rightNode)
-