Class AstComparator


  • public class AstComparator
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEqual​(Node node1, Node node2)  
      static boolean isEqual​(java.util.List<Node> nodes1, java.util.List<Node> nodes2)  
      static boolean sameValue​(Value value1, Value value2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sameValue

        public static boolean sameValue​(Value value1,
                                        Value value2)
      • isEqual

        public static boolean isEqual​(Node node1,
                                      Node node2)
      • isEqual

        public static boolean isEqual​(java.util.List<Node> nodes1,
                                      java.util.List<Node> nodes2)