Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

6 lines
908 B
XML

<?xml version="1.0"?>
<clause number="14.5.3" title="Parenthesized expressions">
<paragraph>A <non_terminal where="14.5.3">parenthesized-expression</non_terminal> consists of an expression enclosed in parentheses. <grammar_production><name><non_terminal where="14.5.3">parenthesized-expression</non_terminal></name> : <rhs><terminal>(</terminal><non_terminal where="14.14">expression</non_terminal><terminal>)</terminal></rhs></grammar_production></paragraph>
<paragraph>A <non_terminal where="14.5.3">parenthesized-expression</non_terminal> is evaluated by evaluating the expression within the parentheses. If the expression within the parentheses denotes a namespace, type, or method group, a compile-time error occurs. Otherwise, the result of the <non_terminal where="14.5.3">parenthesized-expression</non_terminal> is the result of the evaluation of the contained expression. </paragraph>
</clause>