|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ReturnAction
Defines how the result of compiling an expression should be returned to the calling expression
| Method Summary | |
|---|---|
java.lang.String |
getVariableName()
Get the name of the variable holding the result |
java.lang.String |
output(CompilerService compiler,
java.lang.String expression)
Generate the return text |
| Method Detail |
|---|
java.lang.String output(CompilerService compiler,
java.lang.String expression)
compiler - the compiler serviceexpression - the Java expression that computes the return value
java.lang.String getVariableName()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||