Class FunctionalInterfaceIssues.FIInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.FunctionalInterfaceIssues.FIInfo
Enclosing class:
FunctionalInterfaceIssues

static class FunctionalInterfaceIssues.FIInfo extends Object
  • Field Details

    • method

      private org.apache.bcel.classfile.Method method
    • srcLine

      private edu.umd.cs.findbugs.SourceLineAnnotation srcLine
    • precededByExplicitStackOp

      private boolean precededByExplicitStackOp
  • Constructor Details

    • FIInfo

      public FIInfo(org.apache.bcel.classfile.Method method, edu.umd.cs.findbugs.SourceLineAnnotation srcLine, boolean precededByExplicitStackOp)
  • Method Details

    • getMethod

      public org.apache.bcel.classfile.Method getMethod()
    • getSrcLine

      public edu.umd.cs.findbugs.SourceLineAnnotation getSrcLine()
    • wasPrecededByExplicitStackOp

      public boolean wasPrecededByExplicitStackOp()
    • toString

      public String toString()
      Overrides:
      toString in class Object