ModeShape Distribution 3.0.0.Beta4

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

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.Add
Enclosing class:
XPath

public static class XPath.Add
extends XPath.BinaryComponent


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

Constructor Detail

XPath.Add

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

collapse

public XPath.Component collapse()
Description copied from class: XPath.Component
Return the collapsable form

Overrides:
collapse in class XPath.Component
Returns:
the collapsed form of th is component; never null and possibly the same as this

toString

public String toString()
Overrides:
toString in class Object

equals

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

ModeShape Distribution 3.0.0.Beta4

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