public class KotlinSwitchHandler
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
KotlinSwitchHandler.DistinctSwitchTarget |
private static class |
KotlinSwitchHandler.FakeSwitch |
private static class |
KotlinSwitchHandler.OriginalSwitchLookupInfo |
Constructor and Description |
---|
KotlinSwitchHandler() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
extractStringSwitch(Op03SimpleStatement swatch,
java.util.List<Op03SimpleStatement> in,
BytecodeMeta bytecodeMeta) |
static java.util.List<Op03SimpleStatement> |
extractStringSwitches(java.util.List<Op03SimpleStatement> in,
BytecodeMeta bytecodeMeta) |
public static java.util.List<Op03SimpleStatement> extractStringSwitches(java.util.List<Op03SimpleStatement> in, BytecodeMeta bytecodeMeta)
private static boolean extractStringSwitch(Op03SimpleStatement swatch, java.util.List<Op03SimpleStatement> in, BytecodeMeta bytecodeMeta)