public interface SyntaxErrorReportable
Supports reporting the syntax error of GINQ
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
collectSyntaxError(GinqSyntaxError ginqSyntaxError)Adds the supplied GINQ syntax error to the current source unit. |
|
public SourceUnit |
getSourceUnit()Returns the source unit collecting syntax errors. |
Adds the supplied GINQ syntax error to the current source unit.
ginqSyntaxError - the error to reportReturns the source unit collecting syntax errors.