1 package net.sourceforge.phpdt.sql.view.bookmark;
6 * To change this generated comment edit the template variable "typecomment":
7 * Window>Preferences>Java>Templates.
8 * To enable and disable the creation of type comments go to
9 * Window>Preferences>Java>Code Generation.
11 public final class Root implements TreeNode {
12 public final static Root ROOT = new Root();
13 public final static Object[] EMPTY_ARRAY = new Object[0];
18 * @see net.sourceforge.phpdt.sql.view.bookmark.TreeNode#getChildren()
20 public Object[] getChildren() {
25 * @see net.sourceforge.phpdt.sql.view.bookmark.TreeNode#getParent()
27 public Object getParent() {
32 * @see net.sourceforge.phpdt.sql.view.bookmark.TreeNode#hasChildren()
34 public boolean hasChildren() {