W3cubDocs

/Groovy 3.0

[Java] Interface ErrorCollecting

public interface ErrorCollecting

An AST transform with the ability to report errors.

See Also:
ASTTransformation

Methods Summary

Methods
Type Params Return Type Name and description
public void addError(String msg, ASTNode expr)

Method Detail

public void addError(String msg, ASTNode expr)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/ErrorCollecting.html