Uses of Class
anl.aida.parser.ASTTreeInfo

Packages that use ASTTreeInfo
anl.aida.formula   
anl.aida.parser   
 

Uses of ASTTreeInfo in anl.aida.formula
 

Fields in anl.aida.formula declared as ASTTreeInfo
private  ASTTreeInfo DefaultParser.treeInfo
           
private  ASTTreeInfo DefaultFormula.treeInfo
           
 

Methods in anl.aida.formula that return ASTTreeInfo
 ASTTreeInfo FormulaParser.parse()
          Parses the formula and returns information about the parse tree.
 ASTTreeInfo DefaultParser.parse()
           
 

Uses of ASTTreeInfo in anl.aida.parser
 

Methods in anl.aida.parser with parameters of type ASTTreeInfo
 void SimpleNode.gatherInfo(ASTTreeInfo info)
          Gathers info about this node and places it into the info object.
 void ASTVar.gatherInfo(ASTTreeInfo info)
          Adds the variable info to the tree info.
 void AggregateFuncNode.gatherInfo(ASTTreeInfo info)
          Sets has aggregates on the tree info object to true.