Class KotlinSwitchHandler.OriginalSwitchLookupInfo
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.KotlinSwitchHandler.OriginalSwitchLookupInfo
-
- Enclosing class:
- KotlinSwitchHandler
private static class KotlinSwitchHandler.OriginalSwitchLookupInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Op03SimpleStatement
ifTest
TypedLiteral
literal
(package private) Op03SimpleStatement
stringMatchJump
Op03SimpleStatement
target
-
Constructor Summary
Constructors Constructor Description OriginalSwitchLookupInfo(Op03SimpleStatement ifTest, Op03SimpleStatement stringMatchJump, TypedLiteral literal, Op03SimpleStatement target)
-
-
-
Field Detail
-
ifTest
Op03SimpleStatement ifTest
-
stringMatchJump
Op03SimpleStatement stringMatchJump
-
literal
public TypedLiteral literal
-
target
public Op03SimpleStatement target
-
-
Constructor Detail
-
OriginalSwitchLookupInfo
OriginalSwitchLookupInfo(Op03SimpleStatement ifTest, Op03SimpleStatement stringMatchJump, TypedLiteral literal, Op03SimpleStatement target)
-
-