| Package | Description |
|---|---|
| gov.nasa.jpf.jvm.bytecode |
| Modifier and Type | Class and Description |
|---|---|
class |
LOOKUPSWITCH
Access jump table by key match and jump
..., key => ...
|
class |
TABLESWITCH
Access jump table by index and jump
..., index => ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionVisitor.visit(SwitchInstruction ins) |
void |
InstructionVisitorAdapter.visit(SwitchInstruction ins) |