public abstract class AbstractNode extends Object implements Node
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(NodeVisitor visitor) |
String |
asString() |
Node |
filter(Predicate<Node> filter) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDependency, getRemoteRepositories, getRepository, streampublic boolean accept(NodeVisitor visitor)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.