|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.expressions.ControlStructureTypingUtils
public class ControlStructureTypingUtils
| Nested Class Summary | |
|---|---|
static class |
ControlStructureTypingUtils.ResolveConstruct
|
| Constructor Summary | |
|---|---|
ControlStructureTypingUtils(CallResolver callResolver,
DataFlowAnalyzer dataFlowAnalyzer,
ModuleDescriptor moduleDescriptor)
|
|
| Method Summary | |
|---|---|
static MutableDataFlowInfoForArguments |
createDataFlowInfoForArgumentsForIfCall(Call callForIf,
DataFlowInfo conditionInfo,
DataFlowInfo thenInfo,
DataFlowInfo elseInfo)
|
static MutableDataFlowInfoForArguments |
createDataFlowInfoForArgumentsOfWhenCall(Call callForWhen,
DataFlowInfo subjectDataFlowInfo,
java.util.List<DataFlowInfo> entryDataFlowInfos)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlStructureTypingUtils(@NotNull
CallResolver callResolver,
@NotNull
DataFlowAnalyzer dataFlowAnalyzer,
@NotNull
ModuleDescriptor moduleDescriptor)
| Method Detail |
|---|
public static MutableDataFlowInfoForArguments createDataFlowInfoForArgumentsForIfCall(@NotNull
Call callForIf,
@NotNull
DataFlowInfo conditionInfo,
@NotNull
DataFlowInfo thenInfo,
@NotNull
DataFlowInfo elseInfo)
public static MutableDataFlowInfoForArguments createDataFlowInfoForArgumentsOfWhenCall(@NotNull
Call callForWhen,
@NotNull
DataFlowInfo subjectDataFlowInfo,
@NotNull
java.util.List<DataFlowInfo> entryDataFlowInfos)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||