Narrows an ASTNode to an arithmetic operation (+ - * / % **).
+ - * / % **
Any AST node
true when node is a BinaryOpNode
true
node
Narrows an ASTNode to an arithmetic operation (
+ - * / % **).