Class CollectStatistics.CalledMethod

java.lang.Object
com.mebigfatguy.fbcontrib.collect.CollectStatistics.CalledMethod
Enclosing class:
CollectStatistics

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

    • callee

      final QMethod callee
    • isSuper

      final boolean isSuper
  • Constructor Details

    • CalledMethod

      public CalledMethod(QMethod c, boolean s)
  • Method Details