|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.codegen.ExpressionClassMapper
public class ExpressionClassMapper
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 java.util.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 |
---|
public static java.util.HashMap map
Constructor Detail |
---|
public ExpressionClassMapper()
Method Detail |
---|
public static ExpressionCompiler map(Expression exp)
public static ValueCompiler map(Value val)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |