Package com.mebigfatguy.fbcontrib.detect
Class ConfusingFunctionSemantics.ParmUsage
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.ConfusingFunctionSemantics.ParmUsage
-
- Enclosing class:
- ConfusingFunctionSemantics
static class ConfusingFunctionSemantics.ParmUsage extends java.lang.Object
represents a method parameter, when it was first altered, and when it was last returned
-
-
Constructor Summary
Constructors Constructor Description ParmUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
setAlteredPC(int pc)
(package private) void
setReturnPC(int pc)
java.lang.String
toString()
-