ASTChain, ASTMethod, ASTRootVarRef, ASTSequence, ASTThisVarRef, ASTVarRefpublic 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 | Description |
|---|---|---|
java.lang.String |
getCoreExpression() |
Get the core expression to execute first before any return foo logic is started.
|
java.lang.String |
getLastExpression() |
Gets the last expression to be pre-pended with a return <expression> block.
|
java.lang.String getCoreExpression()
java.lang.String getLastExpression()