[Java] Interface ReturnAdder.ReturnStatementListener

@FunctionalInterface
public interface ReturnAdder.ReturnStatementListener

Methods Summary

Methods
Type Params Return Type Name and description
public void returnStatementAdded(ReturnStatement returnStatement)
Implement this method in order to be notified whenever a return statement is generated.

Method Detail

public void returnStatementAdded(ReturnStatement returnStatement)

Implement this method in order to be notified whenever a return statement is generated.

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