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
Modifier and TypeMethodDescriptionhandleIssues
(InterpreterResult result) Invoke the required issue handling logic and determine how the interpreter should proceed.
-
Method Details
-
handleIssues
Invoke the required issue handling logic and determine how the interpreter should proceed.
-