xo-expression: pref xo::bp to xo::ref::brw
This commit is contained in:
parent
155b2dbec0
commit
a4b2299537
20 changed files with 66 additions and 60 deletions
|
|
@ -16,8 +16,8 @@ namespace xo {
|
|||
: Expression(extype, fn_type) {}
|
||||
|
||||
/** downcast from Expression **/
|
||||
static ref::brw<FunctionInterface> from(ref::brw<Expression> x) {
|
||||
return ref::brw<FunctionInterface>::from(x);
|
||||
static bp<FunctionInterface> from(bp<Expression> x) {
|
||||
return bp<FunctionInterface>::from(x);
|
||||
}
|
||||
|
||||
virtual const std::string & name() const = 0;
|
||||
|
|
@ -30,5 +30,4 @@ namespace xo {
|
|||
} /*namespace ast*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
/** end FunctionInterface.hpp **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue