org.modeshape.jcr.xpath
Class XPath.Except

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

public static class XPath.Except
extends XPath.BinaryComponent


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

Constructor Detail

XPath.Except

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

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


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