org.modeshape.jcr.query.model
Class AllNodes
java.lang.Object
org.modeshape.jcr.query.model.Selector
org.modeshape.jcr.query.model.AllNodes
- All Implemented Interfaces:
- Serializable, Selector, Source, LanguageObject, Visitable
@Immutable
public class AllNodes
- extends Selector
A selector that represents a source that returns all nodes.
- See Also:
- Serialized Form
ALL_NODES_NAME
public static final SelectorName ALL_NODES_NAME
AllNodes
public AllNodes()
AllNodes
public AllNodes(SelectorName alias)
- Create a selector with the supplied alias.
- Parameters:
alias
- the alias for this selector; may be null
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
accept
public void accept(Visitor visitor)
- Description copied from interface:
Visitable
- Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
- Parameters:
visitor
- the visitor; never null
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.