|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.werken.xpath.impl.Expr
com.werken.xpath.impl.BinaryExpr
public class BinaryExpr
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 |
---|
public BinaryExpr(Op op, Expr lhs, Expr rhs)
Method Detail |
---|
public java.lang.Object evaluate(Context context)
evaluate
in class Expr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |