|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cfg.JetFlowInformationProvider.InstructionDataAnalyzeStrategy<D>
public abstract static class JetFlowInformationProvider.InstructionDataAnalyzeStrategy<D>
| Constructor Summary | |
|---|---|
JetFlowInformationProvider.InstructionDataAnalyzeStrategy()
|
|
| Method Summary | |
|---|---|
abstract void |
execute(Instruction instruction,
D enterData,
D exitData)
|
kotlin.Unit |
invoke(Instruction instruction,
D enterData,
D exitData)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JetFlowInformationProvider.InstructionDataAnalyzeStrategy()
| Method Detail |
|---|
public kotlin.Unit invoke(Instruction instruction,
D enterData,
D exitData)
invoke in interface kotlin.jvm.functions.Function3<Instruction,D,D,kotlin.Unit>
public abstract void execute(Instruction instruction,
D enterData,
D exitData)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||