Interface SyntaxErrorReportable

All Known Implementing Classes:
GinqAstBuilder

public interface SyntaxErrorReportable
Supports reporting the syntax error of GINQ
Since:
4.0.0
  • Method Details

    • getSourceUnit

      SourceUnit getSourceUnit()
    • collectSyntaxError

      default void collectSyntaxError(GinqSyntaxError ginqSyntaxError)