org.modeshape.jcr.xpath
Class XPath.BinaryComponent

java.lang.Object
  extended by org.modeshape.jcr.xpath.XPath.Component
      extended by org.modeshape.jcr.xpath.XPath.BinaryComponent
Direct Known Subclasses:
XPath.Add, XPath.And, XPath.Comparison, XPath.Except, XPath.Intersect, XPath.NodeComparison, XPath.Or, XPath.Subtract, XPath.Union
Enclosing class:
XPath

public abstract static class XPath.BinaryComponent
extends XPath.Component


Constructor Summary
XPath.BinaryComponent(XPath.Component left, XPath.Component right)
           
 
Method Summary
 XPath.Component getLeft()
           
 XPath.Component getRight()
           
 
Methods inherited from class org.modeshape.jcr.xpath.XPath.Component
collapse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPath.BinaryComponent

public XPath.BinaryComponent(XPath.Component left,
                             XPath.Component right)
Method Detail

getLeft

public XPath.Component getLeft()
Returns:
left

getRight

public XPath.Component getRight()
Returns:
right


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.