public function getExpressions() { return parent::getLeft(); }
public function isEmpty() { return parent::getLeft() === null && sizeof(parent::getRight()) === 0; }