|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ast.XPathNode
org.ucl.xpath.ast.Expr
org.ucl.xpath.ast.BinExpr
Abstract class for a Binary operation.
Constructor Summary | |
BinExpr(XPathNode l,
XPathNode r)
Constructor for BinExpr. |
Method Summary | |
XPathNode |
left()
Left xpath node. |
XPathNode |
right()
Right xpath node. |
void |
set_left(XPathNode n)
Set the left xpath node. |
void |
set_right(XPathNode n)
Set the right xpath node. |
Methods inherited from class org.ucl.xpath.ast.XPathNode |
accept |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BinExpr(XPathNode l, XPathNode r)
l
- left xpath node for the operation.r
- right xpath node for the operation.Method Detail |
public XPathNode left()
public XPathNode right()
public void set_left(XPathNode n)
n
- Left node.public void set_right(XPathNode n)
n
- Right node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |