|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.cfg.ControlFlowInformationProvider.InstructionDataAnalyzeStrategy<D>
public abstract static class ControlFlowInformationProvider.InstructionDataAnalyzeStrategy<D>
Constructor Summary | |
---|---|
ControlFlowInformationProvider.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 ControlFlowInformationProvider.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 |