static class FunctionalInterfaceIssues.FIInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.bcel.classfile.Method |
method |
private boolean |
precededByExplicitStackOp |
private edu.umd.cs.findbugs.SourceLineAnnotation |
srcLine |
| Constructor and Description |
|---|
FIInfo(org.apache.bcel.classfile.Method method,
edu.umd.cs.findbugs.SourceLineAnnotation srcLine,
boolean precededByExplicitStackOp) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.bcel.classfile.Method |
getMethod() |
edu.umd.cs.findbugs.SourceLineAnnotation |
getSrcLine() |
java.lang.String |
toString() |
boolean |
wasPrecededByExplicitStackOp() |
private org.apache.bcel.classfile.Method method
private edu.umd.cs.findbugs.SourceLineAnnotation srcLine
private boolean precededByExplicitStackOp
public FIInfo(org.apache.bcel.classfile.Method method,
edu.umd.cs.findbugs.SourceLineAnnotation srcLine,
boolean precededByExplicitStackOp)
public org.apache.bcel.classfile.Method getMethod()
public edu.umd.cs.findbugs.SourceLineAnnotation getSrcLine()
public boolean wasPrecededByExplicitStackOp()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.