/**
  * Process logical operator
  */
 public function logicalOperator()
 {
     $this->_context->addLogicalOperator($this->_currentToken->type);
 }