Package edu.umd.cs.findbugs
Class SwitchHandler.SwitchDetails
- java.lang.Object
-
- edu.umd.cs.findbugs.SwitchHandler.SwitchDetails
-
- Enclosing class:
- SwitchHandler
public static class SwitchHandler.SwitchDetails extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SwitchDetails(int pc, int[] offsets, int defOffset, boolean exhaustive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDefaultOffset()
int
getNextSwitchOffset(int currentPC)
-