public interface OrderedReturn
Node
as needing to have the return portion of a
getter method happen in a specific part of the generated expression vs just having
the whole expression returned in one chunk.Modifier and Type | Method and Description |
---|---|
String |
getCoreExpression()
Get the core expression to execute first before any return foo logic is started.
|
String |
getLastExpression()
Gets the last expression to be pre-pended with a return <expression> block.
|
String getCoreExpression()
String getLastExpression()
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.