Package com.mebigfatguy.fbcontrib.detect
Class FunctionalInterfaceIssues.FIInfo
java.lang.Object
com.mebigfatguy.fbcontrib.detect.FunctionalInterfaceIssues.FIInfo
- Enclosing class:
FunctionalInterfaceIssues
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.apache.bcel.classfile.Methodprivate booleanprivate edu.umd.cs.findbugs.SourceLineAnnotation -
Constructor Summary
ConstructorsConstructorDescriptionFIInfo(org.apache.bcel.classfile.Method method, edu.umd.cs.findbugs.SourceLineAnnotation srcLine, boolean precededByExplicitStackOp) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bcel.classfile.Methodedu.umd.cs.findbugs.SourceLineAnnotationtoString()boolean
-
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