ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.query.xpath
Class XPath.Union

java.lang.Object
  extended by org.modeshape.jcr.query.xpath.XPath.Component
      extended by org.modeshape.jcr.query.xpath.XPath.BinaryComponent
          extended by org.modeshape.jcr.query.xpath.XPath.Union
Enclosing class:
XPath

public static class XPath.Union
extends XPath.BinaryComponent


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

Constructor Detail

XPath.Union

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

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

ModeShape Distribution 3.2.0.Final

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