edu.umd.cs.findbugs

Class SwitchHandler

public class SwitchHandler extends Object

Nested Class Summary
static classSwitchHandler.SwitchDetails
Constructor Summary
SwitchHandler()
Method Summary
voidenterSwitch(DismantleBytecode dbc)
intgetDefaultOffset()
intgetNextSwitchOffset(DismantleBytecode dbc)
booleanisOnSwitchOffset(DismantleBytecode dbc)

Constructor Detail

SwitchHandler

public SwitchHandler()

Method Detail

enterSwitch

public void enterSwitch(DismantleBytecode dbc)

getDefaultOffset

public int getDefaultOffset()

getNextSwitchOffset

public int getNextSwitchOffset(DismantleBytecode dbc)

isOnSwitchOffset

public boolean isOnSwitchOffset(DismantleBytecode dbc)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.