Class ControlFlowGraphMaker.CodeExceptionComparator

  • All Implemented Interfaces:
    java.util.Comparator<CodeException>
    Enclosing class:
    ControlFlowGraphMaker

    public static class ControlFlowGraphMaker.CodeExceptionComparator
    extends java.lang.Object
    implements java.util.Comparator<CodeException>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(CodeException ce1, CodeException ce2)  
      boolean equals​(java.lang.Object other)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • CodeExceptionComparator

        public CodeExceptionComparator()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface java.util.Comparator<CodeException>
        Overrides:
        equals in class java.lang.Object