org.overlord.sramp.common.query.xpath.ast
Class AbstractBinaryExpr<L extends AbstractXPathNode,R extends AbstractXPathNode>

java.lang.Object
  extended by org.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
      extended by 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

Constructor Summary
AbstractBinaryExpr()
          Default constructor.
 
Method Summary
 L getLeft()
           
 R getRight()
           
 void setLeft(L left)
           
 void setRight(R right)
           
 
Methods inherited from class org.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBinaryExpr

public AbstractBinaryExpr()
Default constructor.

Method Detail

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.