Class SimpleDebugger.OperationCall

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    SimpleDebugger

    protected class SimpleDebugger.OperationCall
    extends java.lang.Object
    implements java.lang.Comparable
    • Constructor Detail

      • OperationCall

        public OperationCall​(Operation op)
    • Method Detail

      • incrementCallCount

        public void incrementCallCount​(java.util.List args)
      • getCallCount

        public int getCallCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable