Class MethodInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.MethodInfo

class MethodInfo extends Object
a simple data class that holds information about a method call
  • Field Details

    • methodName

      final String methodName
    • argumentCount

      final int argumentCount
    • signatureEnding

      final String signatureEnding
  • Constructor Details

    • MethodInfo

      MethodInfo(String methodName, int argumentCount, String signatureEnding)
      simple constructor for initializing the data
      Parameters:
      methodName - the name of the method
      argumentCount - the number of parameters
      signatureEnding - the return value signature type
  • Method Details