Class KotlinSwitchHandler.FakeSwitch
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.KotlinSwitchHandler.FakeSwitch
-
- All Implemented Interfaces:
DecodedSwitch
- Enclosing class:
- KotlinSwitchHandler
private static class KotlinSwitchHandler.FakeSwitch extends java.lang.Object implements DecodedSwitch
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<DecodedSwitchEntry>
entry
-
Constructor Summary
Constructors Modifier Constructor Description private
FakeSwitch(java.util.List<DecodedSwitchEntry> entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DecodedSwitchEntry>
getJumpTargets()
-
-
-
Field Detail
-
entry
private final java.util.List<DecodedSwitchEntry> entry
-
-
Constructor Detail
-
FakeSwitch
private FakeSwitch(java.util.List<DecodedSwitchEntry> entry)
-
-
Method Detail
-
getJumpTargets
public java.util.List<DecodedSwitchEntry> getJumpTargets()
- Specified by:
getJumpTargets
in interfaceDecodedSwitch
-
-