com.saxonica.codegen
Class Return
java.lang.Object
  
com.saxonica.codegen.Return
- All Implemented Interfaces: 
 - ReturnAction
 
public class Return
- extends Object
- implements ReturnAction
  
A return action of "return", causing exit from the Java method.
 
 
 
Return
public Return()
output
public String output(CompilerService compiler,
                     String expression)
- Generate the return text
- Specified by:
 output in interface ReturnAction
 
 
 
getVariableName
public String getVariableName()
- Get the name of the variable holding the result
- Specified by:
 getVariableName in interface ReturnAction
 
 
 
Copyright (C) Michael H. Kay. All rights reserved.