com.saxonica.codegen
Class ComputedAttributeCompiler
java.lang.Object
  
com.saxonica.codegen.ExpressionCompiler
      
com.saxonica.codegen.PushExpressionCompiler
          
com.saxonica.codegen.ComputedAttributeCompiler
public class ComputedAttributeCompiler
- extends PushExpressionCompiler
 
Compile a computed attribute constructor to Java source code
 
| 
Method Summary | 
 void | 
compilePush(CompilerService compiler,
            Expression expr)
 
          Generate Java code to execute the expression in push mode, that is, code to
 write events to the current output Receiver | 
 
 
 
 
ComputedAttributeCompiler
public ComputedAttributeCompiler()
compilePush
public void compilePush(CompilerService compiler,
                        Expression expr)
- Description copied from class: 
ExpressionCompiler 
- Generate Java code to execute the expression in push mode, that is, code to
 write events to the current output Receiver
- Specified by:
 compilePush in class ExpressionCompiler
 
- Parameters:
 compiler - the compiler serviceexpr - the expression to be compiled
 
 
Copyright (C) Michael H. Kay. All rights reserved.