FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class SwitchHandler

java.lang.Object
  extended by edu.umd.cs.findbugs.SwitchHandler

public class SwitchHandler
extends java.lang.Object


Nested Class Summary
static class SwitchHandler.SwitchDetails
           
 
Constructor Summary
SwitchHandler()
           
 
Method Summary
 void enterSwitch(DismantleBytecode dbc)
           
 int getDefaultOffset()
           
 int getNextSwitchOffset(DismantleBytecode dbc)
           
 boolean isOnSwitchOffset(DismantleBytecode dbc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchHandler

public SwitchHandler()
Method Detail

enterSwitch

public void enterSwitch(DismantleBytecode dbc)

isOnSwitchOffset

public boolean isOnSwitchOffset(DismantleBytecode dbc)

getNextSwitchOffset

public int getNextSwitchOffset(DismantleBytecode dbc)

getDefaultOffset

public int getDefaultOffset()

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.