org.modeshape.jcr.xpath
Class XPath.UnaryComponent

java.lang.Object
  extended by org.modeshape.jcr.xpath.XPath.Component
      extended by org.modeshape.jcr.xpath.XPath.UnaryComponent
Direct Known Subclasses:
XPath.Negation
Enclosing class:
XPath

public abstract static class XPath.UnaryComponent
extends XPath.Component


Field Summary
protected  XPath.Component wrapped
           
 
Constructor Summary
XPath.UnaryComponent(XPath.Component wrapped)
           
 
Method Summary
 
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
 

Field Detail

wrapped

protected final XPath.Component wrapped
Constructor Detail

XPath.UnaryComponent

public XPath.UnaryComponent(XPath.Component wrapped)


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