Package com.mebigfatguy.fbcontrib.detect
Class FunctionalInterfaceIssues.FIInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.FunctionalInterfaceIssues.FIInfo
-
- Enclosing class:
- FunctionalInterfaceIssues
static class FunctionalInterfaceIssues.FIInfo extends java.lang.Object
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.bcel.classfile.Method
getMethod()
edu.umd.cs.findbugs.SourceLineAnnotation
getSrcLine()
java.lang.String
toString()
boolean
wasPrecededByExplicitStackOp()
-
-
-
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 classjava.lang.Object
-
-