public class SwitchTableEntry extends Object implements SwitchTableEntryReader
| Constructor and Description |
|---|
SwitchTableEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCondition() |
SwitchInstruction |
getInstruction() |
BasicBlock |
getTarget() |
void |
setCondition(int condition) |
void |
setTarget(BasicBlock target) |
public SwitchInstruction getInstruction()
public int getCondition()
getCondition in interface SwitchTableEntryReaderpublic void setCondition(int condition)
public BasicBlock getTarget()
getTarget in interface SwitchTableEntryReaderpublic void setTarget(BasicBlock target)
Copyright © 2015. All rights reserved.