public class PackageNodeImpl extends AbstractNode implements PackageNode
| Constructor and Description |
|---|
PackageNodeImpl() |
PackageNodeImpl(Node parent,
String name,
String fullName) |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Node n)
Unlike normal nodes, the root node needs to take the package name of its
children into account.
|
compareTo, contains, equals, get, getChildren, getFullName, getName, getParent, hashCode, toStringcontains, get, getChildren, getFullName, getName, getParent, toStringcompareTopublic PackageNodeImpl(Node parent, String name, String fullName)
public PackageNodeImpl()
Copyright © 2017 The Apache Software Foundation. All rights reserved.