Package com.mebigfatguy.fbcontrib.detect
Class MethodInfo
java.lang.Object
com.mebigfatguy.fbcontrib.detect.MethodInfo
a simple data class that holds information about a method call
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo(String methodName, int argumentCount, String signatureEnding) simple constructor for initializing the data -
Method Summary
-
Field Details
-
methodName
-
argumentCount
final int argumentCount -
signatureEnding
-
-
Constructor Details
-
MethodInfo
simple constructor for initializing the data- Parameters:
methodName- the name of the methodargumentCount- the number of parameterssignatureEnding- the return value signature type
-
-
Method Details