replaceChild abstract method
DartBlockValueTreeAlgebraicNode?
replaceChild(
- DartBlockValueTreeAlgebraicNode oldChild,
- DartBlockValueTreeAlgebraicNode? newChild
Only implemented by ArithmeticOperatorNode which features two child (left, right) properties. All other subclasses have empty implementations.
Implementation
DartBlockValueTreeAlgebraicNode? replaceChild(
DartBlockValueTreeAlgebraicNode oldChild,
DartBlockValueTreeAlgebraicNode? newChild,
);