KSeExpr
4.0.4.0
|
#include <ExprWalker.h>
Public Types | |
using | T_NODE = typename conditional_const< ExprNode, constnode >::type |
Public Member Functions | |
virtual bool | examine (T_NODE *examinee)=0 |
virtual void | post (T_NODE *examinee)=0 |
virtual void | reset ()=0 |
Definition at line 18 of file ExprWalker.h.
using KSeExpr::Examiner< constnode >::T_NODE = typename conditional_const<ExprNode, constnode>::type |
Definition at line 20 of file ExprWalker.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in KSeExpr::SpecExaminer, and KSeExpr::TypePrintExaminer.
Referenced by KSeExpr::Walker< constnode >::Walker().