_isNextToken('(')) { $this->_parser->match('('); $this->ConditionalExpression(); $this->_parser->match(')'); } else { $this->SimpleConditionalExpression(); } } }