org.infinispan.config.parsing
Class TreeNode

java.lang.Object
  extended by org.infinispan.config.parsing.TreeNode

public class TreeNode
extends Object

TreeNode of Infinispan configuration

Since:
4.0
Author:
Vladimir Blagojevic

Constructor Summary
TreeNode()
           
TreeNode(String name, TreeNode parent, int depth)
           
 
Method Summary
 void accept(TreeWalker tw)
           
 boolean equals(Object other)
           
 Set<TreeNode> getChildren()
           
 int getDepth()
           
 String getName()
           
 TreeNode getParent()
           
 boolean hasChildren()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeNode

public TreeNode(String name,
                TreeNode parent,
                int depth)

TreeNode

public TreeNode()
Method Detail

getName

public String getName()

getDepth

public int getDepth()

hasChildren

public boolean hasChildren()

getParent

public TreeNode getParent()

getChildren

public Set<TreeNode> getChildren()

accept

public void accept(TreeWalker tw)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Google Analytics

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.