[Java] Interface ReturnStatementListener

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

Methods Summary

Methods
Type Params Return Type Name and description
void returnStatementAdded(ReturnStatement returnStatement)

Method Detail

public void returnStatementAdded(ReturnStatement returnStatement)

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