public class EvalTreeFactory extends Object
EvalTreeFactory()
static BinaryEval
create(EvalType type, EvalNode e1, EvalNode e2)
static ConstEval
newConst(Datum datum)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EvalTreeFactory()
public static ConstEval newConst(Datum datum)
public static BinaryEval create(EvalType type, EvalNode e1, EvalNode e2)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.