private static class KotlinSwitchHandler.OriginalSwitchLookupInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Op03SimpleStatement |
ifTest |
TypedLiteral |
literal |
(package private) Op03SimpleStatement |
stringMatchJump |
Op03SimpleStatement |
target |
Constructor and Description |
---|
OriginalSwitchLookupInfo(Op03SimpleStatement ifTest,
Op03SimpleStatement stringMatchJump,
TypedLiteral literal,
Op03SimpleStatement target) |
Op03SimpleStatement ifTest
Op03SimpleStatement stringMatchJump
public TypedLiteral literal
public Op03SimpleStatement target
OriginalSwitchLookupInfo(Op03SimpleStatement ifTest, Op03SimpleStatement stringMatchJump, TypedLiteral literal, Op03SimpleStatement target)