Uses of Class
treecalc.comp.TcAst

Packages that use TcAst
treecalc.comp   
treecalc.comp.java   
treecalc.comp.js   
treecalc.comp.vm   
 

Uses of TcAst in treecalc.comp
 

Subclasses of TcAst in treecalc.comp
 class TcAstErrorNode
           
 

Methods in treecalc.comp that return TcAst
 TcAst TcAst.getAncestor(int type)
           
 TcAst ScopedSymbol.getAst()
           
 TcAst GenTable.getAst()
           
 TcAst GenInput.getAst()
           
 TcAst GenFunction.getAst()
           
 TcAst ScopeNode.getAstInclusion()
           
 TcAst ScopeNode.getAstTimes()
           
 TcAst GenInput.GenInputCalc.getCalcast()
           
 TcAst TcAst.getChild(int i)
           
 TcAst TcAst.getFirstChildWithType(int type)
           
 TcAst ModelSimple.getFormula(int id)
           
 TcAst TcAst.getParent()
           
 TcAst ModelSimple.getRoot()
           
 

Methods in treecalc.comp with parameters of type TcAst
 void GenInput.addCalc(java.lang.String calcname, TcAst calcast)
           
 void FillModelStep2_ResolveNames.binop(TcAst node)
           
 void FillModelStep1_Symboltables.binop(TcAst node)
           
 int ModelSimple.putFormula(TcAst formula)
           
 void ScopedSymbol.setAst(TcAst ast)
           
 void ScopeNode.setAstInclusion(TcAst astInclusion)
           
 void ModelSimple.setAstRoot(TcAst root)
           
 void ScopeNode.setAstTimes(TcAst astTimes)
           
 void FillModelStep2_ResolveNames.unop(TcAst node)
           
 void FillModelStep1_Symboltables.unop(TcAst node)
           
 

Constructors in treecalc.comp with parameters of type TcAst
GenFunction(java.lang.String name, int index, TcAst ast)
           
GenInput(java.lang.String name, int index, TcAst ast)
           
GenTable(java.lang.String name, int index, TcAst ast)
           
ModelSimple(TcAst root)
           
 

Uses of TcAst in treecalc.comp.java
 

Methods in treecalc.comp.java with parameters of type TcAst
 void JavaFormula.and(TcAst node)
           
 void JavaFormula.binop(TcAst node)
           
static boolean JavaFormula.isSimple(ModelSimple model, TcAst node)
           
 boolean JavaFormula.isSimple(TcAst node)
           
 void JavaFormula.or(TcAst node)
           
static PrintFormulaInfos JavaFormula.printFormula(java.io.PrintStream out, TcAst astFormula, ModelSimple model, int indent, java.lang.String prefix, java.lang.String postfix)
           
 void JavaFormula.unop(TcAst node)
           
 

Uses of TcAst in treecalc.comp.js
 

Methods in treecalc.comp.js with parameters of type TcAst
 void JSFormula.and(TcAst node)
           
 void JSFormula.binop(TcAst node)
           
static boolean JSFormula.isSimple(ModelSimple model, TcAst node)
           
 boolean JSFormula.isSimple(TcAst node)
           
 void JSFormula.or(TcAst node)
           
static PrintFormulaInfos JSFormula.printFormula(java.io.PrintStream out, TcAst astFormula, ModelSimple model, int indent, java.lang.String prefix, java.lang.String postfix)
           
 void JSFormula.unop(TcAst node)
           
 

Uses of TcAst in treecalc.comp.vm
 

Methods in treecalc.comp.vm with parameters of type TcAst
 void VmFormula.and(TcAst node)
           
 void VmFormula.binop(TcAst node)
           
static boolean VmFormula.isSimple(ModelSimple model, TcAst node)
           
 boolean VmFormula.isSimple(TcAst node)
           
 void VmFormula.or(TcAst node)
           
static PrintFormulaInfos VmFormula.printFormula(java.io.PrintStream out, TcAst astFormula, ModelSimple model)
           
 void VmFormula.unop(TcAst node)
           
 



Copyright © 2013. All Rights Reserved.