Class ErrorAnalyzer
java.lang.Object
org.ek9lang.cli.ErrorAnalyzer
Analyzes compilation errors to determine if input is incomplete or has real errors.
Supports error suppression for non-strict REPL mode.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyze(ErrorListener errorListener, boolean strictMode) Analyze errors and return appropriate compile result.
-
Constructor Details
-
ErrorAnalyzer
-
-
Method Details
-
analyze
Analyze errors and return appropriate compile result.
-