Class OverlyConcreteParameter.MethodInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.OverlyConcreteParameter.MethodInfo
Enclosing class:
OverlyConcreteParameter

static class OverlyConcreteParameter.MethodInfo extends Object
an inner helper class that holds basic information about a method
  • Field Details

    • methodName

      private final String methodName
    • methodSig

      private final String methodSig
    • methodExceptions

      private final String[] methodExceptions
  • Constructor Details

  • Method Details

    • getMethodName

      String getMethodName()
    • getMethodSignature

      String getMethodSignature()
    • getMethodExceptions

      String[] getMethodExceptions()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object