Package com.mebigfatguy.fbcontrib.detect
Class PossiblyRedundantMethodCalls.MethodCall
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.PossiblyRedundantMethodCalls.MethodCall
-
- Enclosing class:
- PossiblyRedundantMethodCalls
static class PossiblyRedundantMethodCalls.MethodCall extends java.lang.Object
contains information about a method call
-
-
Field Summary
Fields Modifier and Type Field Description private int
methodLineNumber
private java.lang.String
methodName
private java.lang.Object[]
methodParms
private int
methodPC
private java.lang.String
methodSignature
-
Constructor Summary
Constructors Constructor Description MethodCall(java.lang.String name, java.lang.String signature, java.lang.Object[] parms, int pc, int lineNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLineNumber()
java.lang.String
getName()
java.lang.Object[]
getParms()
int
getPC()
java.lang.String
getSignature()
-