public interface TableSwitchGenerator
| Modifier and Type | Method | Description |
|---|---|---|
void |
generateCase(int key,
org.objectweb.asm.Label end) |
Generates the code for a switch case.
|
void |
generateDefault() |
Generates the code for the default switch case.
|
void generateCase(int key,
org.objectweb.asm.Label end)
key - the switch case key.end - a label that corresponds to the end of the switch statement.void generateDefault()
Copyright © 2023. All rights reserved.