Uses of Class
net.obsearch.example.SliceAST

Packages that use SliceAST
net.obsearch.example Provides examples on how to use OBSearch. 
 

Uses of SliceAST in net.obsearch.example
 

Fields in net.obsearch.example declared as SliceAST
protected  SliceAST OBSlice.tree
          The root node of the tree.
 

Methods in net.obsearch.example that return SliceAST
 SliceAST SliceAST.getLeftmostChild()
          Get the leftmost child of this node.
 SliceAST OBSlice.getTree()
           
 

Methods in net.obsearch.example that return types with arguments of type SliceAST
 List<SliceAST> SliceAST.depthFirst()
           
 

Method parameters in net.obsearch.example with type arguments of type SliceAST
protected  void SliceAST.depthFirstAux(LinkedList<SliceAST> res)
          Auxiliary function for depthFirst().
 

Constructors in net.obsearch.example with parameters of type SliceAST
SliceAST(SliceAST t)
          Clone the node with this constructor.
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.