|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.when.SwitchCodegen
org.jetbrains.kotlin.codegen.when.IntegralConstantsSwitchCodegen
public class IntegralConstantsSwitchCodegen
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.when.SwitchCodegen |
---|
bindingContext, codegen, defaultLabel, elseLabel, endLabel, entryLabels, expression, isStatement, resultType, subjectType, transitionsTable, v |
Constructor Summary | |
---|---|
IntegralConstantsSwitchCodegen(KtWhenExpression expression,
boolean isStatement,
ExpressionCodegen codegen)
|
Method Summary | |
---|---|
protected void |
processConstant(
|
Methods inherited from class org.jetbrains.kotlin.codegen.when.SwitchCodegen |
---|
generate, generateEntries, generateNullCheckIfNeeded, generateSubject, putTransitionOnce |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegralConstantsSwitchCodegen(@NotNull KtWhenExpression expression, boolean isStatement, @NotNull ExpressionCodegen codegen)
Method Detail |
---|
protected void processConstant(@NotNullconstant, @NotNull org.jetbrains.org.objectweb.asm.Label entryLabel)
processConstant
in class SwitchCodegen
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |