Package ghidra.app.decompiler.parallel
Interface DecompilerMapFunction<D>
-
public interface DecompilerMapFunction<D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description D
evaluate(DecompInterface decompiler, Function function, TaskMonitor monitor)
-
-
-
Method Detail
-
evaluate
D evaluate(DecompInterface decompiler, Function function, TaskMonitor monitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-