BinaryOpNode
class BinaryOpNode extends ExpressionNode
Constants
private Ops |
|
Methods
__construct(ExpressionNode $left, string $operator, ExpressionNode $right, Position|null $position = null)
No description
static ExpressionNode
nest(string $operator, ExpressionNode ...$exprs)
Creates nested BinaryOp nodes from a list of expressions.
string
getIterator()
No description
Details
at line 23
__construct(ExpressionNode $left, string $operator, ExpressionNode $right, Position|null $position = null)
No description
at line 38
static ExpressionNode
nest(string $operator, ExpressionNode ...$exprs)
Creates nested BinaryOp nodes from a list of expressions.
at line 54
string
print(PrintContext $context)
No description
at line 60
Generator
getIterator()
No description