trunk preprocessor: added method VariableNode::get_symb_id()

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2643 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2009-04-28 17:03:21 +00:00
parent 9179ebe4cf
commit d88a689876
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ public:
virtual double eval(const eval_context_type &eval_context) const throw (EvalException);
virtual void compile(ofstream &CompileCode, bool lhs_rhs, ExprNodeOutputType output_type, const temporary_terms_type &temporary_terms, map_idx_type &map_idx) const;
virtual NodeID toStatic(DataTree &static_datatree) const;
int get_symb_id() const { return symb_id; };
};
//! Unary operator node