Uses of Class
org.apache.accumulo.examples.wikisearch.parser.TreeNode

Packages that use TreeNode
org.apache.accumulo.examples.wikisearch.iterator   
org.apache.accumulo.examples.wikisearch.parser   
 

Uses of TreeNode in org.apache.accumulo.examples.wikisearch.iterator
 

Methods in org.apache.accumulo.examples.wikisearch.iterator with parameters of type TreeNode
 BooleanLogicTreeNode BooleanLogicIterator.transformTreeNode(TreeNode node)
           
 

Uses of TreeNode in org.apache.accumulo.examples.wikisearch.parser
 

Fields in org.apache.accumulo.examples.wikisearch.parser declared as TreeNode
protected  TreeNode TreeNode.PostorderEnumeration.root
           
 

Fields in org.apache.accumulo.examples.wikisearch.parser with type parameters of type TreeNode
protected  Enumeration<TreeNode> TreeNode.PostorderEnumeration.children
           
static Enumeration<TreeNode> TreeNode.EMPTY_ENUMERATION
           
protected  Enumeration<TreeNode> TreeNode.PostorderEnumeration.subtree
           
 

Methods in org.apache.accumulo.examples.wikisearch.parser that return TreeNode
 TreeNode QueryParser.getIteratorTree()
           
 TreeNode TreeNode.getParent()
           
 TreeNode TreeBuilder.getRootNode()
           
 TreeNode TreeNode.PostorderEnumeration.nextElement()
           
 

Methods in org.apache.accumulo.examples.wikisearch.parser that return types with arguments of type TreeNode
 List<TreeNode> TreeNode.getChildren()
           
 Enumeration<TreeNode> TreeNode.getChildrenAsEnumeration()
           
 

Methods in org.apache.accumulo.examples.wikisearch.parser with parameters of type TreeNode
 void TreeNode.setParent(TreeNode parent)
           
 

Method parameters in org.apache.accumulo.examples.wikisearch.parser with type arguments of type TreeNode
 void TreeNode.setChildren(List<TreeNode> children)
           
 

Constructors in org.apache.accumulo.examples.wikisearch.parser with parameters of type TreeNode
TreeNode.PostorderEnumeration(TreeNode rootNode)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.