Package com.mebigfatguy.fbcontrib.detect
Class PossiblyRedundantMethodCalls.MethodCall
java.lang.Object
com.mebigfatguy.fbcontrib.detect.PossiblyRedundantMethodCalls.MethodCall
- Enclosing class:
PossiblyRedundantMethodCalls
contains information about a method call
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodCall(String name, String signature, Object[] parms, int pc, int lineNumber) -
Method Summary
-
Field Details
-
methodName
-
methodSignature
-
methodParms
-
methodPC
private final int methodPC -
methodLineNumber
private final int methodLineNumber
-
-
Constructor Details
-
MethodCall
-
-
Method Details
-
getName
-
getSignature
-
getParms
-
getPC
public int getPC() -
getLineNumber
public int getLineNumber()
-