Uses of Class
ter.util.Tree

Packages that use Tree
ter.API.AdvancedEngineSearch   
ter.API.AdvancedEngineSearch.Parser   
ter.util   
 

Uses of Tree in ter.API.AdvancedEngineSearch
 

Methods in ter.API.AdvancedEngineSearch with parameters of type Tree
 void AdvancedEngineSearch.setExpressionTree(Tree t)
          Set the Tree of expression for this advenced Search.
 boolean AdvancedEngineSearch.evaluateTree(Tree t, java.lang.reflect.Member m)
          this evaluate the tree t for a member m.
 

Uses of Tree in ter.API.AdvancedEngineSearch.Parser
 

Methods in ter.API.AdvancedEngineSearch.Parser that return Tree
 Tree AdvSearchParser.getTree()
           
static Tree AdvSearchParser.Start()
           
static Tree AdvSearchParser.And()
           
static Tree AdvSearchParser.Or()
           
static Tree AdvSearchParser.Not()
           
static Tree AdvSearchParser.Mot()
           
static Tree AdvSearchParser.Expression()
           
 

Uses of Tree in ter.util
 

Methods in ter.util that return Tree
 Tree Tree.getLeftChild()
          This function return the leftChild.
 Tree Tree.getRightChild()
          This function return the rightChild.
 

Methods in ter.util with parameters of type Tree
 void Tree.setLeftChild(Tree tree)
          This procedure set the leftChild of the tree.
 void Tree.setRightChild(Tree tree)
          This procedure set the rightChild of the tree.
static java.lang.String Tree.leftCourse(Tree t)
          This function do the navigation by the left on the tree t.