BinaryOperatorNode
extends Node
in package
Read onlyYes
Table of Contents
Properties
Methods
- __construct() : mixed
- print() : string
Properties
$left
public
Node
$left
$operator
public
Operator
$operator
$right
public
Node
$right
Methods
__construct()
public
__construct(Operator $operator, Node $left, Node $right) : mixed
Parameters
print()
public
print() : string