Class CollectStatistics.CalledMethod

  • Enclosing class:
    CollectStatistics

    static class CollectStatistics.CalledMethod
    extends java.lang.Object
    represents a method that is called, and whether it is in the super class
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private QMethod callee  
      private boolean isSuper  
    • Constructor Summary

      Constructors 
      Constructor Description
      CalledMethod​(QMethod c, boolean s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isSuper

        private boolean isSuper
    • Constructor Detail

      • CalledMethod

        public CalledMethod​(QMethod c,
                            boolean s)
    • Method Detail

      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object