Class QMethod

java.lang.Object
com.mebigfatguy.fbcontrib.utils.QMethod

public final class QMethod extends Object
holds information about a method without regard to what class it is in
  • Field Details

    • methodName

      private String methodName
    • signature

      private String signature
  • Constructor Details

    • QMethod

      public QMethod(String methodName, String signature)
  • Method Details