BinaryOperatorAST

An AST node for a binary operator.

Constructor

new L3D.BinaryOperatorAST(op, lhs, rhs)

Parameters
op int
lhs ASTNode
rhs ASTNode

Properties

The left-hand-side operand.

The right-hand-side operand.

Methods

optimize()

Run an optimization pass on this node.

toString()

The string representation of the node.