com.werken.xpath.impl
Class BinaryExpr

java.lang.Object
  extended by com.werken.xpath.impl.Expr
      extended by com.werken.xpath.impl.BinaryExpr

public class BinaryExpr
extends Expr


Constructor Summary
BinaryExpr(Op op, Expr lhs, Expr rhs)
           
 
Method Summary
 java.lang.Object evaluate(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryExpr

public BinaryExpr(Op op,
                  Expr lhs,
                  Expr rhs)
Method Detail

evaluate

public java.lang.Object evaluate(Context context)
Specified by:
evaluate in class Expr


Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.