Class KotlinSwitchHandler
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.KotlinSwitchHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
extractStringSwitch
(Op03SimpleStatement swatch, List<Op03SimpleStatement> in, BytecodeMeta bytecodeMeta) static List<Op03SimpleStatement>
extractStringSwitches
(List<Op03SimpleStatement> in, BytecodeMeta bytecodeMeta)
-
Constructor Details
-
KotlinSwitchHandler
public KotlinSwitchHandler()
-
-
Method Details
-
extractStringSwitches
public static List<Op03SimpleStatement> extractStringSwitches(List<Op03SimpleStatement> in, BytecodeMeta bytecodeMeta) -
extractStringSwitch
private static boolean extractStringSwitch(Op03SimpleStatement swatch, List<Op03SimpleStatement> in, BytecodeMeta bytecodeMeta)
-