Class PossiblyRedundantMethodCalls.MethodCall

java.lang.Object
com.mebigfatguy.fbcontrib.detect.PossiblyRedundantMethodCalls.MethodCall
Enclosing class:
PossiblyRedundantMethodCalls

static class PossiblyRedundantMethodCalls.MethodCall extends Object
contains information about a method call
  • Field Details

    • methodName

      private final String methodName
    • methodSignature

      private final String methodSignature
    • methodParms

      private final Object[] methodParms
    • methodPC

      private final int methodPC
    • methodLineNumber

      private final int methodLineNumber
  • Constructor Details

    • MethodCall

      public MethodCall(String name, String signature, Object[] parms, int pc, int lineNumber)
  • Method Details

    • getName

      public String getName()
    • getSignature

      public String getSignature()
    • getParms

      public Object[] getParms()
    • getPC

      public int getPC()
    • getLineNumber

      public int getLineNumber()