Class FunctionalInterfaceIssues.FIInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.bcel.classfile.Method method  
      private boolean precededByExplicitStackOp  
      private edu.umd.cs.findbugs.SourceLineAnnotation srcLine  
    • Constructor Summary

      Constructors 
      Constructor Description
      FIInfo​(org.apache.bcel.classfile.Method method, edu.umd.cs.findbugs.SourceLineAnnotation srcLine, boolean precededByExplicitStackOp)  
    • Field Detail

      • method

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

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

        private boolean precededByExplicitStackOp
    • Constructor Detail

      • FIInfo

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

      • getMethod

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

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

        public boolean wasPrecededByExplicitStackOp()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object