org.overlord.sramp.common.query.xpath.ast
Class AbstractBinaryExpr<L extends AbstractXPathNode,R extends AbstractXPathNode>
java.lang.Object
org.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr<L,R>
- Direct Known Subclasses:
- AndExpr, EqualityExpr, OrExpr
public abstract class AbstractBinaryExpr<L extends AbstractXPathNode,R extends AbstractXPathNode>
- extends AbstractXPathNode
Base class for binary expressions.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBinaryExpr
public AbstractBinaryExpr()
- Default constructor.
getLeft
public L getLeft()
- Returns:
- the left
setLeft
public void setLeft(L left)
- Parameters:
left - the left to set
getRight
public R getRight()
- Returns:
- the right
setRight
public void setRight(R right)
- Parameters:
right - the right to set
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.