@Immutable public class AllNodes extends Selector
Modifier and Type | Field and Description |
---|---|
static SelectorName |
ALL_NODES_NAME |
Constructor and Description |
---|
AllNodes() |
AllNodes(SelectorName alias)
Create a selector with the supplied alias.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
alias, aliasOrName, getNodeTypeName, getSelectorName, hasAlias, name
public static final SelectorName ALL_NODES_NAME
public AllNodes()
public AllNodes(SelectorName alias)
alias
- the alias for this selector; may be nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.