Package org.apache.groovy.ginq.dsl
Interface SyntaxErrorReportable
-
- All Known Implementing Classes:
GinqAstBuilder
public interface SyntaxErrorReportable
Supports reporting the syntax error of GINQ- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
collectSyntaxError(GinqSyntaxError ginqSyntaxError)
SourceUnit
getSourceUnit()
-
-
-
Method Detail
-
getSourceUnit
SourceUnit getSourceUnit()
-
collectSyntaxError
default void collectSyntaxError(GinqSyntaxError ginqSyntaxError)
-
-