public interface ClassSet extends Iterable<ClassNode>
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(ClassNode node) |
void |
addUriToNode(ClassNode node,
String uri) |
ClassNode |
getNode(String uri) |
void |
removeNode(ClassNode node)
Removes the given node and all its children.
|
forEach, iterator, spliteratorCopyright © 2014–2017. All rights reserved.