Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters | |
org.benf.cfr.reader.bytecode.opcode |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DecodedSwitchEntry> |
KotlinSwitchHandler.FakeSwitch.entry |
Modifier and Type | Method and Description |
---|---|
java.util.List<DecodedSwitchEntry> |
KotlinSwitchHandler.FakeSwitch.getJumpTargets() |
Constructor and Description |
---|
FakeSwitch(java.util.List<DecodedSwitchEntry> entry) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DecodedSwitchEntry> |
DecodedLookupSwitch.jumpTargets |
private java.util.List<DecodedSwitchEntry> |
DecodedTableSwitch.jumpTargets |
Modifier and Type | Method and Description |
---|---|
java.util.List<DecodedSwitchEntry> |
DecodedLookupSwitch.getJumpTargets() |
java.util.List<DecodedSwitchEntry> |
DecodedSwitch.getJumpTargets() |
java.util.List<DecodedSwitchEntry> |
DecodedTableSwitch.getJumpTargets() |