com.saxonica.codegen
Interface ReturnAction

All Known Implementing Classes:
JavaAssignment, JavaDeclaration, Return

public interface ReturnAction

Defines how the result of compiling an expression should be returned to the calling expression


Method Summary
 String getVariableName()
          Get the name of the variable holding the result
 String output(CompilerService compiler, String expression)
          Generate the return text
 

Method Detail

output

String output(CompilerService compiler,
              String expression)
Generate the return text


getVariableName

String getVariableName()
Get the name of the variable holding the result



Copyright (C) Michael H. Kay. All rights reserved.