com.saxonica.codegen
Class ExpressionClassMapper

java.lang.Object
  extended by com.saxonica.codegen.ExpressionClassMapper

public class ExpressionClassMapper
extends Object

For each class of expression found on the expression tree, deliver a corresponding instance of the helper class used to generate Java code for the expression


Field Summary
static HashMap map
           
 
Constructor Summary
ExpressionClassMapper()
           
 
Method Summary
static ExpressionCompiler map(Expression exp)
           
static ValueCompiler map(Value val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

public static HashMap map
Constructor Detail

ExpressionClassMapper

public ExpressionClassMapper()
Method Detail

map

public static ExpressionCompiler map(Expression exp)

map

public static ValueCompiler map(Value val)


Copyright (c) Saxonica Limited. All rights reserved.