mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[poincare] Implemment getUnit
This commit is contained in:
@@ -124,6 +124,10 @@ bool ExpressionNode::isOfType(Type * types, int length) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Expression ExpressionNode::getUnit() const {
|
||||
return Undefined::Builder();
|
||||
}
|
||||
|
||||
void ExpressionNode::setChildrenInPlace(Expression other) {
|
||||
Expression(this).defaultSetChildrenInPlace(other);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user