public static interface PseudocodeTraverser.InstructionDataAnalyzeStrategy<D>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Instruction instruction,
D enterData,
D exitData) |
void execute(@NotNull Instruction instruction, @Nullable D enterData, @Nullable D exitData)