Package com.mebigfatguy.fbcontrib.detect
Class InheritanceTypeChecking.IfStatement
java.lang.Object
com.mebigfatguy.fbcontrib.detect.InheritanceTypeChecking.IfStatement
- Enclosing class:
InheritanceTypeChecking
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum(package private) static enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessOpcode(edu.umd.cs.findbugs.BytecodeScanningDetector bsd, edu.umd.cs.findbugs.BugReporter bugReporter, int seen) toString()
-
Field Details
-
state
-
reg
private int reg -
firstPC
private int firstPC -
branchTarget
private int branchTarget -
matchCount
private int matchCount -
instanceOfTypes
-
-
Constructor Details
-
IfStatement
public IfStatement(edu.umd.cs.findbugs.BytecodeScanningDetector bsd, int seen)
-
-
Method Details
-
processOpcode
public InheritanceTypeChecking.IfStatement.Action processOpcode(edu.umd.cs.findbugs.BytecodeScanningDetector bsd, edu.umd.cs.findbugs.BugReporter bugReporter, int seen) -
toString
-