Interface InterpreterResultHandler
-
- All Known Implementing Classes:
NoIssuesHandler
public interface InterpreterResultHandler
Issue handler process the issues which occur during interpretation and ultimately determine how the current interpreter execution flow should proceed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpreterResumptionPolicy
handleIssues(InterpreterResult result)
Invoke the required issue handling logic and determine how the interpreter should proceed.
-
-
-
Method Detail
-
handleIssues
InterpreterResumptionPolicy handleIssues(InterpreterResult result)
Invoke the required issue handling logic and determine how the interpreter should proceed.
-
-