Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class BinExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.ExprAbstract class for a Binary operation.
Constructor Summary |
BinExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode r) |
Method Summary | |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode | left() Left xpath node. |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode | right() Right xpath node. |
public void | set_left(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode n) Set the left xpath node. |
public void | set_right(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode n) Set the right xpath node. |
Constructor Detail |
public BinExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode r)
Constructor for BinExpr.
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode left()
Left xpath node.
org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode
- Left node.
public org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode right()
Right xpath node.
org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode
- Right node.
public void set_left(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode n)
Set the left xpath node.
n
- Left node.
public void set_right(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode n)
Set the right xpath node.
n
- Right node.