Files
the-swift-programming-langu…/chapter3/09_Summary_of_the_Grammar.html
2014-06-14 20:51:32 +08:00

1093 lines
104 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html lang="en-US" manifest="../manifest.appcache">
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
<meta charset="UTF-8">
<title>《The Swift Programming Language》中文版</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="robots" content="index, follow">
<meta name="author" content="">
<meta name="description" content="Swift 中文翻译组364279588要求对翻译感兴趣">
<meta name="keywords" content="gitbook,github" >
<meta name="generator" content="www.gitbook.io">
<link rel="prev" href="../chapter3/08_Generic_Parameters_and_Arguments.html" />
<meta property="og:title" content="语法总结 | The Swift Programming Language 中文版">
<meta property="og:site_name" content="The Swift Programming Language 中文版">
<meta property="og:type" content="book">
<meta property="og:locale" content="en_US">
<meta property="book:author" content="https://github.com/">
<meta property="book:tag" content="GitBook">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
</head>
<body>
<link rel="stylesheet" href="../gitbook/style.css">
<div class="book" data-level="3.10" data-basepath=".." data-revision="1402750255397">
<div class="book-header">
<!-- Actions Left -->
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
<a href="https://github.com/null" target="_blank" class="btn pull-left home-bookmark" aria-label="GitHub home"><i class="fa fa-bookmark-o"></i></a>
<a href="#" class="btn pull-left toggle-search" aria-label="Toggle search"><i class="fa fa-search"></i></a>
<span id="font-settings-wrapper">
<a href="#" class="btn pull-left toggle-font-settings" aria-label="Toggle font settings"><i class="fa fa-font"></i>
</a>
<div class="dropdown-menu font-settings">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="btn-group btn-block">
<button id="reduce-font-size" class="btn btn-default">A</button>
<button id="enlarge-font-size" class="btn btn-default">A</button>
</div>
<ul class="list-group font-family-list">
<li class="list-group-item" data-font="0">Serif</li>
<li class="list-group-item" data-font="1">Sans</li>
</ul>
<div class="btn-group btn-group-xs btn-block color-theme-list">
<button type="button" class="btn btn-default" id="color-theme-preview-0" data-theme="0">White</button>
<button type="button" class="btn btn-default" id="color-theme-preview-1" data-theme="1">Sepia</button>
<button type="button" class="btn btn-default" id="color-theme-preview-2" data-theme="2">Night</button>
</div>
</div>
</span>
<!-- Actions Right -->
<a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Share on Google Plus"><i class="fa fa-google-plus"></i></a>
<a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Share on Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a>
<!-- Title -->
<h1>
<i class="fa fa-spinner fa-spin"></i>
<a href="../" >The Swift Programming Language 中文版</a>
</h1>
</div>
<div class="book-summary">
<div class="book-search">
<input type="text" placeholder="Search" class="form-control" />
</div>
<ul class="summary">
<li data-level="0" data-path="index.html">
<a href="../"><i class="fa fa-check"></i></a>
</li>
<li class="chapter " data-level="1" data-path="chapter1/chapter1.html">
<a href="../chapter1/chapter1.html">
<i class="fa fa-check"></i> <b>1.</b> 欢迎使用 Swift
</a>
<ul class="articles">
<li class="chapter " data-level="1.1" data-path="chapter1/01_swift.html">
<a href="../chapter1/01_swift.html">
<i class="fa fa-check"></i> <b>1.1.</b> 关于 Swift
</a>
</li>
<li class="chapter " data-level="1.2" data-path="chapter1/02_a_swift_tour.html">
<a href="../chapter1/02_a_swift_tour.html">
<i class="fa fa-check"></i> <b>1.2.</b> Swift 初见
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2" data-path="chapter2/chapter2.html">
<a href="../chapter2/chapter2.html">
<i class="fa fa-check"></i> <b>2.</b> Swift 教程
</a>
<ul class="articles">
<li class="chapter " data-level="2.1" data-path="chapter2/01_The_Basics.html">
<a href="../chapter2/01_The_Basics.html">
<i class="fa fa-check"></i> <b>2.1.</b> 基础部分
</a>
</li>
<li class="chapter " data-level="2.2" data-path="chapter2/02_Basic_Operators.html">
<a href="../chapter2/02_Basic_Operators.html">
<i class="fa fa-check"></i> <b>2.2.</b> 基本运算符
</a>
</li>
<li class="chapter " data-level="2.3" data-path="chapter2/03_Strings_and_Characters.html">
<a href="../chapter2/03_Strings_and_Characters.html">
<i class="fa fa-check"></i> <b>2.3.</b> 字符串和字符
</a>
</li>
<li class="chapter " data-level="2.4" data-path="chapter2/04_Collection_Types.html">
<a href="../chapter2/04_Collection_Types.html">
<i class="fa fa-check"></i> <b>2.4.</b> 集合类型
</a>
</li>
<li class="chapter " data-level="2.5" data-path="chapter2/05_Control_Flow.html">
<a href="../chapter2/05_Control_Flow.html">
<i class="fa fa-check"></i> <b>2.5.</b> 控制流
</a>
</li>
<li class="chapter " data-level="2.6" data-path="chapter2/06_Functions.html">
<a href="../chapter2/06_Functions.html">
<i class="fa fa-check"></i> <b>2.6.</b> 函数
</a>
</li>
<li class="chapter " data-level="2.7" data-path="chapter2/07_Closures.html">
<a href="../chapter2/07_Closures.html">
<i class="fa fa-check"></i> <b>2.7.</b> 闭包
</a>
</li>
<li class="chapter " data-level="2.8" data-path="chapter2/08_Enumerations.html">
<a href="../chapter2/08_Enumerations.html">
<i class="fa fa-check"></i> <b>2.8.</b> 枚举
</a>
</li>
<li class="chapter " data-level="2.9" data-path="chapter2/09_Classes_and_Structures.html">
<a href="../chapter2/09_Classes_and_Structures.html">
<i class="fa fa-check"></i> <b>2.9.</b> 类和结构体
</a>
</li>
<li class="chapter " data-level="2.10" data-path="chapter2/10_Properties.html">
<a href="../chapter2/10_Properties.html">
<i class="fa fa-check"></i> <b>2.10.</b> 属性
</a>
</li>
<li class="chapter " data-level="2.11" data-path="chapter2/11_Methods.html">
<a href="../chapter2/11_Methods.html">
<i class="fa fa-check"></i> <b>2.11.</b> 方法
</a>
</li>
<li class="chapter " data-level="2.12" data-path="chapter2/12_Subscripts.html">
<a href="../chapter2/12_Subscripts.html">
<i class="fa fa-check"></i> <b>2.12.</b> 下标脚本
</a>
</li>
<li class="chapter " data-level="2.13" data-path="chapter2/13_Inheritance.html">
<a href="../chapter2/13_Inheritance.html">
<i class="fa fa-check"></i> <b>2.13.</b> 继承
</a>
</li>
<li class="chapter " data-level="2.14" data-path="chapter2/14_Initialization.html">
<a href="../chapter2/14_Initialization.html">
<i class="fa fa-check"></i> <b>2.14.</b> 构造过程
</a>
</li>
<li class="chapter " data-level="2.15" data-path="chapter2/15_Deinitialization.html">
<a href="../chapter2/15_Deinitialization.html">
<i class="fa fa-check"></i> <b>2.15.</b> 析构过程
</a>
</li>
<li class="chapter " data-level="2.16" data-path="chapter2/16_Automatic_Reference_Counting.html">
<a href="../chapter2/16_Automatic_Reference_Counting.html">
<i class="fa fa-check"></i> <b>2.16.</b> 自动引用计数
</a>
</li>
<li class="chapter " data-level="2.17" data-path="chapter2/17_Optional_Chaining.html">
<a href="../chapter2/17_Optional_Chaining.html">
<i class="fa fa-check"></i> <b>2.17.</b> 可选链
</a>
</li>
<li class="chapter " data-level="2.18" data-path="chapter2/18_Type_Casting.html">
<a href="../chapter2/18_Type_Casting.html">
<i class="fa fa-check"></i> <b>2.18.</b> 类型检查
</a>
</li>
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
<a href="../chapter2/19_Nested_Types.html">
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
</a>
</li>
<li class="chapter " data-level="2.20" data-path="chapter2/20_Extensions.html">
<a href="../chapter2/20_Extensions.html">
<i class="fa fa-check"></i> <b>2.20.</b> 扩展
</a>
</li>
<li class="chapter " data-level="2.21" data-path="chapter2/21_Protocols.html">
<a href="../chapter2/21_Protocols.html">
<i class="fa fa-check"></i> <b>2.21.</b> 协议
</a>
</li>
<li class="chapter " data-level="2.22" data-path="chapter2/22_Generics.html">
<a href="../chapter2/22_Generics.html">
<i class="fa fa-check"></i> <b>2.22.</b> 泛型
</a>
</li>
<li class="chapter " data-level="2.23" data-path="chapter2/23_Advanced_Operators.html">
<a href="../chapter2/23_Advanced_Operators.html">
<i class="fa fa-check"></i> <b>2.23.</b> 高级操作符
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="3" data-path="chapter3/chapter3.html">
<a href="../chapter3/chapter3.html">
<i class="fa fa-check"></i> <b>3.</b> 语言参考
</a>
<ul class="articles">
<li class="chapter " data-level="3.1" data-path="chapter3/01_About_the_Language_Reference.html">
<a href="../chapter3/01_About_the_Language_Reference.html">
<i class="fa fa-check"></i> <b>3.1.</b> 关于语言参考
</a>
</li>
<li class="chapter " data-level="3.2" data-path="chapter3/02_Lexical_Structure.html">
<a href="../chapter3/02_Lexical_Structure.html">
<i class="fa fa-check"></i> <b>3.2.</b> 词法结构
</a>
</li>
<li class="chapter " data-level="3.3" data-path="chapter3/03_Types.html">
<a href="../chapter3/03_Types.html">
<i class="fa fa-check"></i> <b>3.3.</b> 类型
</a>
</li>
<li class="chapter " data-level="3.4" data-path="chapter3/04_Expressions.html">
<a href="../chapter3/04_Expressions.html">
<i class="fa fa-check"></i> <b>3.4.</b> 表达式
</a>
</li>
<li class="chapter " data-level="3.5" data-path="chapter3/10_Statements.html">
<a href="../chapter3/10_Statements.html">
<i class="fa fa-check"></i> <b>3.5.</b> 语句
</a>
</li>
<li class="chapter " data-level="3.6" data-path="chapter3/05_Declarations.html">
<a href="../chapter3/05_Declarations.html">
<i class="fa fa-check"></i> <b>3.6.</b> 声明
</a>
</li>
<li class="chapter " data-level="3.7" data-path="chapter3/06_Attributes.html">
<a href="../chapter3/06_Attributes.html">
<i class="fa fa-check"></i> <b>3.7.</b> 特性
</a>
</li>
<li class="chapter " data-level="3.8" data-path="chapter3/07_Patterns.html">
<a href="../chapter3/07_Patterns.html">
<i class="fa fa-check"></i> <b>3.8.</b> 模式
</a>
</li>
<li class="chapter " data-level="3.9" data-path="chapter3/08_Generic_Parameters_and_Arguments.html">
<a href="../chapter3/08_Generic_Parameters_and_Arguments.html">
<i class="fa fa-check"></i> <b>3.9.</b> 泛型参数
</a>
</li>
<li class="chapter " data-level="3.10" data-path="chapter3/09_Summary_of_the_Grammar.html">
<a href="../chapter3/09_Summary_of_the_Grammar.html">
<i class="fa fa-check"></i> <b>3.10.</b> 语法总结
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Generated using GitBook</a>
</li>
<li style="margin-left:15%;"> <iframe src="http://ghbtns.com/github-btn.html?user=numbbbbb&repo=the-swift-programming-language-in-chinese&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe></li><li><p style="padding-left:5px;padding-right:5px;">翻译无任何商业目的,仅供内部学习交流使用!</p></li><li><script src="http://s19.cnzz.com/z_stat.php?id=1000480711&web_id=1000480711" language="JavaScript"></script></li>
</ul>
</div>
<div class="book-body">
<div class="body-inner">
<div class="page-wrapper" tabindex="-1">
<div class="book-progress">
<div class="bar">
<div class="inner" style="width: 78.94736842105263%;min-width: 76.3157894736842%;"></div>
</div>
<div class="chapters">
<a href="../index.html" title="Introduction" class="chapter done new-chapter" data-progress="0" style="left: 0%;"></a>
<a href="../chapter1/chapter1.html" title="欢迎使用 Swift" class="chapter done new-chapter" data-progress="1" style="left: 2.6315789473684212%;"></a>
<a href="../chapter1/01_swift.html" title="关于 Swift" class="chapter done " data-progress="1.1" style="left: 5.2631578947368425%;"></a>
<a href="../chapter1/02_a_swift_tour.html" title="Swift 初见" class="chapter done " data-progress="1.2" style="left: 7.894736842105263%;"></a>
<a href="../chapter2/chapter2.html" title="Swift 教程" class="chapter done new-chapter" data-progress="2" style="left: 10.526315789473685%;"></a>
<a href="../chapter2/01_The_Basics.html" title="基础部分" class="chapter done " data-progress="2.1" style="left: 13.157894736842104%;"></a>
<a href="../chapter2/10_Properties.html" title="属性" class="chapter done " data-progress="2.10" style="left: 15.789473684210526%;"></a>
<a href="../chapter2/11_Methods.html" title="方法" class="chapter done " data-progress="2.11" style="left: 18.42105263157895%;"></a>
<a href="../chapter2/12_Subscripts.html" title="下标脚本" class="chapter done " data-progress="2.12" style="left: 21.05263157894737%;"></a>
<a href="../chapter2/13_Inheritance.html" title="继承" class="chapter done " data-progress="2.13" style="left: 23.68421052631579%;"></a>
<a href="../chapter2/14_Initialization.html" title="构造过程" class="chapter done " data-progress="2.14" style="left: 26.31578947368421%;"></a>
<a href="../chapter2/15_Deinitialization.html" title="析构过程" class="chapter done " data-progress="2.15" style="left: 28.94736842105263%;"></a>
<a href="../chapter2/16_Automatic_Reference_Counting.html" title="自动引用计数" class="chapter done " data-progress="2.16" style="left: 31.57894736842105%;"></a>
<a href="../chapter2/17_Optional_Chaining.html" title="可选链" class="chapter done " data-progress="2.17" style="left: 34.21052631578947%;"></a>
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
<a href="../chapter2/20_Extensions.html" title="扩展" class="chapter done " data-progress="2.20" style="left: 44.73684210526316%;"></a>
<a href="../chapter2/21_Protocols.html" title="协议" class="chapter done " data-progress="2.21" style="left: 47.36842105263158%;"></a>
<a href="../chapter2/22_Generics.html" title="泛型" class="chapter done " data-progress="2.22" style="left: 50%;"></a>
<a href="../chapter2/23_Advanced_Operators.html" title="高级操作符" class="chapter done " data-progress="2.23" style="left: 52.63157894736842%;"></a>
<a href="../chapter2/03_Strings_and_Characters.html" title="字符串和字符" class="chapter done " data-progress="2.3" style="left: 55.26315789473684%;"></a>
<a href="../chapter2/04_Collection_Types.html" title="集合类型" class="chapter done " data-progress="2.4" style="left: 57.89473684210526%;"></a>
<a href="../chapter2/05_Control_Flow.html" title="控制流" class="chapter done " data-progress="2.5" style="left: 60.526315789473685%;"></a>
<a href="../chapter2/06_Functions.html" title="函数" class="chapter done " data-progress="2.6" style="left: 63.1578947368421%;"></a>
<a href="../chapter2/07_Closures.html" title="闭包" class="chapter done " data-progress="2.7" style="left: 65.78947368421052%;"></a>
<a href="../chapter2/08_Enumerations.html" title="枚举" class="chapter done " data-progress="2.8" style="left: 68.42105263157895%;"></a>
<a href="../chapter2/09_Classes_and_Structures.html" title="类和结构体" class="chapter done " data-progress="2.9" style="left: 71.05263157894737%;"></a>
<a href="../chapter3/chapter3.html" title="语言参考" class="chapter done new-chapter" data-progress="3" style="left: 73.6842105263158%;"></a>
<a href="../chapter3/01_About_the_Language_Reference.html" title="关于语言参考" class="chapter done " data-progress="3.1" style="left: 76.3157894736842%;"></a>
<a href="../chapter3/09_Summary_of_the_Grammar.html" title="语法总结" class="chapter done " data-progress="3.10" style="left: 78.94736842105263%;"></a>
<a href="../chapter3/02_Lexical_Structure.html" title="词法结构" class="chapter " data-progress="3.2" style="left: 81.57894736842105%;"></a>
<a href="../chapter3/03_Types.html" title="类型" class="chapter " data-progress="3.3" style="left: 84.21052631578948%;"></a>
<a href="../chapter3/04_Expressions.html" title="表达式" class="chapter " data-progress="3.4" style="left: 86.84210526315789%;"></a>
<a href="../chapter3/10_Statements.html" title="语句" class="chapter " data-progress="3.5" style="left: 89.47368421052632%;"></a>
<a href="../chapter3/05_Declarations.html" title="声明" class="chapter " data-progress="3.6" style="left: 92.10526315789474%;"></a>
<a href="../chapter3/06_Attributes.html" title="特性" class="chapter " data-progress="3.7" style="left: 94.73684210526316%;"></a>
<a href="../chapter3/07_Patterns.html" title="模式" class="chapter " data-progress="3.8" style="left: 97.36842105263158%;"></a>
<a href="../chapter3/08_Generic_Parameters_and_Arguments.html" title="泛型参数" class="chapter " data-progress="3.9" style="left: 100%;"></a>
</div>
</div>
<div class="page-inner">
<section class="normal" id="section-gitbook_99">
<blockquote>
<p>翻译stanzhai</p>
<p>校对xielingwang</p>
</blockquote>
<h1 id="-">语法总结</h1>
<hr>
<p>本页包含内容:</p>
<ul>
<li><a href="#statements">语句Statements</a></li>
<li><a href="#generic_parameters_and_arguments">泛型参数Generic Parameters and Arguments</a></li>
<li><a href="#declarations">声明Declarations</a></li>
<li><a href="#patterns">模式Patterns</a></li>
<li><a href="#attributes">特性Attributes</a></li>
<li><a href="#expressions">表达式Expressions</a></li>
<li><a href="#lexical_structure">词法结构Lexical Structure</a></li>
<li><a href="#types">类型Types</a></li>
</ul>
<p><a name="statements"></a></p>
<h2 id="-">语句</h2>
<blockquote>
<p>语句语法<br><em>语句</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>;</strong> <em>可选</em><br><em>语句</em><a href="..\chapter3\05_Declarations.html#declaration"><em>声明</em></a> <strong>;</strong> <em>可选</em><br><em>语句</em><a href="..\chapter3\10_Statements.html#loop_statement"><em>循环语句</em></a> <strong>;</strong> <em>可选</em><br><em>语句</em><a href="..\chapter3\10_Statements.html#branch_statement"><em>分支语句</em></a> <strong>;</strong> <em>可选</em><br><em>语句</em><a href="..\chapter3\10_Statements.html#labeled_statement"><em>标记语句(Labeled Statement)</em></a><br><em>语句</em><a href="..\chapter3\10_Statements.html#control_transfer_statement"><em>控制转移语句</em></a> <strong>;</strong> <em>可选</em><br><em>多条语句(Statements)</em><a href="..\chapter3\10_Statements.html#statement"><em>语句</em></a> <a href="..\chapter3\10_Statements.html#statements"><em>多条语句(Statements)</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>循环语句语法<br><em>循环语句</em><a href="..\chapter3\10_Statements.html#for_statement"><em>for语句</em></a><br><em>循环语句</em><a href="..\chapter3\10_Statements.html#for_in_statement"><em>for-in语句</em></a><br><em>循环语句</em><a href="..\chapter3\10_Statements.html#wheetatype类型ile_statement"><em>while语句</em></a><br><em>循环语句</em><a href="..\chapter3\10_Statements.html#do_while_statement"><em>do-while语句</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>For 循环语法<br><em>for语句</em><strong>for</strong> <a href="..\chapter3\10_Statements.html#for_init"><em>for初始条件</em></a> <em>可选</em> <strong>;</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <em>可选</em> <strong>;</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>for语句</em><strong>for</strong> <strong>(</strong> <a href="..\chapter3\10_Statements.html#for_init"><em>for初始条件</em></a> <em>可选</em> <strong>;</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <em>可选</em> <strong>;</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <em>可选</em> <strong>)</strong> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>for初始条件</em><a href="..\chapter3\05_Declarations.html#variable_declaration"><em>变量声明</em></a> | <a href="..\chapter3\04_Expressions.html#expression_list"><em>表达式列表</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>For-In 循环语法<br><em>for-in语句</em><strong>for</strong> <a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> <strong>in</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>While 循环语法<br><em>while语句</em><strong>while</strong> <a href="..\chapter3\10_Statements.html#while_condition"><em>while条件</em></a> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>while条件</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> | <a href="..\chapter3\05_Declarations.html#declaration"><em>声明</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>Do-While 循环语法<br><em>do-while语句</em><strong>do</strong> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> <strong>while</strong> <a href="..\chapter3\10_Statements.html#while_condition"><em>while条件</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>分支语句语法<br><em>分支语句</em><a href="..\chapter3\10_Statements.html#if_statement"><em>if语句</em></a><br><em>分支语句</em><a href="..\chapter3\10_Statements.html#switch_statement"><em>switch语句</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>If语句语法<br><em>if语句</em><strong>if</strong> <a href="..\chapter3\10_Statements.html#if_condition"><em>if条件</em></a> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> <a href="..\chapter3\10_Statements.html#else_clause"><em>else子句(Clause)</em></a> <em>可选</em><br><em>if条件</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> | <a href="..\chapter3\05_Declarations.html#declaration"><em>声明</em></a><br><em>else子句(Clause)</em><strong>else</strong> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> | <strong>else</strong> <a href="..\chapter3\10_Statements.html#if_statement"><em>if语句</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>Switch语句语法<br><em>switch语句</em><strong>switch</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>{</strong> <a href="..\chapter3\10_Statements.html#switch_cases"><em>SwitchCase列表</em></a> <em>可选</em> <strong>}</strong><br><em>SwitchCase列表</em><a href="..\chapter3\10_Statements.html#switch_case"><em>SwitchCase</em></a> <a href="..\chapter3\10_Statements.html#switch_cases"><em>SwitchCase列表</em></a> <em>可选</em><br><em>SwitchCase</em><a href="..\chapter3\10_Statements.html#case_label"><em>case标签</em></a> <a href="..\chapter3\10_Statements.html#statements"><em>多条语句(Statements)</em></a> | <a href="..\chapter3\10_Statements.html#default_label"><em>default标签</em></a> <a href="..\chapter3\10_Statements.html#statements"><em>多条语句(Statements)</em></a><br><em>SwitchCase</em><a href="..\chapter3\10_Statements.html#case_label"><em>case标签</em></a> <strong>;</strong> | <a href="..\chapter3\10_Statements.html#default_label"><em>default标签</em></a> <strong>;</strong><br><em>case标签</em><strong>case</strong> <a href="..\chapter3\10_Statements.html#case_item_list"><em>case项列表</em></a> <strong>:</strong><br><em>case项列表</em><a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> <a href="..\chapter3\10_Statements.html#guard_clause"><em>guard-clause</em></a> <em>可选</em> | <a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> <a href="..\chapter3\10_Statements.html#guard_clause"><em>guard-clause</em></a> <em>可选</em> <strong>,</strong> <a href="..\chapter3\10_Statements.html#case_item_list"><em>case项列表</em></a><br><em>default标签</em><strong>default</strong> <strong>:</strong><br><em>guard-clause</em><strong>where</strong> <a href="..\chapter3\10_Statements.html#guard_expression"><em>guard-expression</em></a><br><em>guard-expression</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>标记语句语法<br><em>标记语句(Labeled Statement)</em><a href="..\chapter3\10_Statements.html#statement_label"><em>语句标签</em></a> <a href="..\chapter3\10_Statements.html#loop_statement"><em>循环语句</em></a> | <a href="..\chapter3\10_Statements.html#statement_label"><em>语句标签</em></a> <a href="..\chapter3\10_Statements.html#switch_statement"><em>switch语句</em></a><br><em>语句标签</em><a href="..\chapter3\10_Statements.html#label_name"><em>标签名称</em></a> <strong>:</strong><br><em>标签名称</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>控制传递语句(Control Transfer Statement) 语法<br><em>控制转移语句</em><a href="..\chapter3\10_Statements.html#break_statement"><em>break语句</em></a><br><em>控制转移语句</em><a href="..\chapter3\10_Statements.html#continue_statement"><em>continue语句</em></a><br><em>控制转移语句</em><a href="..\chapter3\10_Statements.html#fallthrough_statement"><em>fallthrough语句</em></a><br><em>控制转移语句</em><a href="..\chapter3\10_Statements.html#return_statement"><em>return语句</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>Break 语句语法<br><em>break语句</em><strong>break</strong> <a href="..\chapter3\10_Statements.html#label_name"><em>标签名称</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>Continue 语句语法<br><em>continue语句</em><strong>continue</strong> <a href="..\chapter3\10_Statements.html#label_name"><em>标签名称</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>Fallthrough 语句语法<br><em>fallthrough语句</em><strong>fallthrough</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>Return 语句语法<br><em>return语句</em><strong>return</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <em>可选</em> </p>
</blockquote>
<p><a name="generic_parameters_and_arguments"></a></p>
<h2 id="-">泛型参数</h2>
<blockquote>
<p>泛型形参子句(Generic Parameter Clause) 语法<br><em>泛型参数子句</em><strong>&lt;</strong> <a href="GenericParametersAndArguments.html#generic_parameter_list"><em>泛型参数列表</em></a> <a href="GenericParametersAndArguments.html#requirement_clause"><em>约束子句</em></a> <em>可选</em> <strong>&gt;</strong><br><em>泛型参数列表</em><a href="GenericParametersAndArguments.html#generic_parameter"><em>泛形参数</em></a> | <a href="GenericParametersAndArguments.html#generic_parameter"><em>泛形参数</em></a> <strong>,</strong> <a href="GenericParametersAndArguments.html#generic_parameter_list"><em>泛型参数列表</em></a><br><em>泛形参数</em><a href="..\chapter3\03_Types.html#type_name"><em>类型名称</em></a><br><em>泛形参数</em><a href="..\chapter3\03_Types.html#type_name"><em>类型名称</em></a> <strong>:</strong> <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a><br><em>泛形参数</em><a href="..\chapter3\03_Types.html#type_name"><em>类型名称</em></a> <strong>:</strong> <a href="..\chapter3\03_Types.html#protocol_composition_type"><em>协议合成类型</em></a><br><em>约束子句</em><strong>where</strong> <a href="GenericParametersAndArguments.html#requirement_list"><em>约束列表</em></a><br><em>约束列表</em><a href="GenericParametersAndArguments.html#requirement"><em>约束</em></a> | <a href="GenericParametersAndArguments.html#requirement"><em>约束</em></a> <strong>,</strong> <a href="GenericParametersAndArguments.html#requirement_list"><em>约束列表</em></a><br><em>约束</em><a href="GenericParametersAndArguments.html#conformance_requirement"><em>一致性约束</em></a> | <a href="GenericParametersAndArguments.html#same_type_requirement"><em>同类型约束</em></a><br><em>一致性约束</em><a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <strong>:</strong> <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a><br><em>一致性约束</em><a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <strong>:</strong> <a href="..\chapter3\03_Types.html#protocol_composition_type"><em>协议合成类型</em></a><br><em>同类型约束</em><a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <strong>==</strong> <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>泛型实参子句语法<br><em>(泛型参数子句Generic Argument Clause)</em><strong>&lt;</strong> <a href="GenericParametersAndArguments.html#generic_argument_list"><em>泛型参数列表</em></a> <strong>&gt;</strong><br><em>泛型参数列表</em><a href="GenericParametersAndArguments.html#generic_argument"><em>泛型参数</em></a> | <a href="GenericParametersAndArguments.html#generic_argument"><em>泛型参数</em></a> <strong>,</strong> <a href="GenericParametersAndArguments.html#generic_argument_list"><em>泛型参数列表</em></a><br><em>泛型参数</em><a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p><a name="declarations"></a></p>
<h2 id="-declarations-">声明 (Declarations)</h2>
<blockquote>
<p>声明语法<br><em>声明</em><a href="..\chapter3\05_Declarations.html#import_declaration"><em>导入声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#constant_declaration"><em>常量声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration"><em>变量声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#typealias_declaration"><em>类型别名声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#function_declaration"><em>函数声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#enum_declaration"><em>枚举声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#struct_declaration"><em>结构体声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#class_declaration"><em>类声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#protocol_declaration"><em>协议声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#initializer_declaration"><em>构造器声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#deinitializer_declaration"><em>析构器声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#extension_declaration"><em>扩展声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#subscript_declaration"><em>下标脚本声明</em></a><br><em>声明</em><a href="..\chapter3\05_Declarations.html#operator_declaration"><em>运算符声明</em></a><br><em>声明(Declarations)列表</em><a href="..\chapter3\05_Declarations.html#declaration"><em>声明</em></a> <a href="..\chapter3\05_Declarations.html#declarations"><em>声明(Declarations)列表</em></a> <em>可选</em><br><em>声明描述符(Specifiers)列表</em><a href="..\chapter3\05_Declarations.html#declaration_specifier"><em>声明描述符(Specifier)</em></a> <a href="..\chapter3\05_Declarations.html#declaration_specifiers"><em>声明描述符(Specifiers)列表</em></a> <em>可选</em><br><em>声明描述符(Specifier)</em><strong>class</strong> | <strong>mutating</strong> | <strong>nonmutating</strong> | <strong>override</strong> | <strong>static</strong> | <strong>unowned</strong> | <strong>unowned(safe)</strong> | <strong>unowned(unsafe)</strong> | <strong>weak</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>顶级(Top Level) 声明语法<br><em>顶级声明</em><a href="..\chapter3\10_Statements.html#statements"><em>多条语句(Statements)</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>代码块语法<br><em>代码块</em><strong>{</strong> <a href="..\chapter3\10_Statements.html#statements"><em>多条语句(Statements)</em></a> <em>可选</em> <strong>}</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>导入(Import)声明语法<br><em>导入声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>import</strong> <a href="..\chapter3\05_Declarations.html#import_kind"><em>导入类型</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#import_path"><em>导入路径</em></a><br><em>导入类型</em><strong>typealias</strong> | <strong>struct</strong> | <strong>class</strong> | <strong>enum</strong> | <strong>protocol</strong> | <strong>var</strong> | <strong>func</strong><br><em>导入路径</em><a href="..\chapter3\05_Declarations.html#import_path_identifier"><em>导入路径标识符</em></a> | <a href="..\chapter3\05_Declarations.html#import_path_identifier"><em>导入路径标识符</em></a> <strong>.</strong> <a href="..\chapter3\05_Declarations.html#import_path"><em>导入路径</em></a><br><em>导入路径标识符</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> | <a href="LexicalStructure.html#operator"><em>运算符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>常数声明语法<br><em>常量声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#declaration_specifiers"><em>声明描述符(Specifiers)列表</em></a> <em>可选</em> <strong>let</strong> <a href="..\chapter3\05_Declarations.html#pattern_initializer_list"><em>模式构造器列表</em></a><br><em>模式构造器列表</em><a href="..\chapter3\05_Declarations.html#pattern_initializer"><em>模式构造器</em></a> | <a href="..\chapter3\05_Declarations.html#pattern_initializer"><em>模式构造器</em></a> <strong>,</strong> <a href="..\chapter3\05_Declarations.html#pattern_initializer_list"><em>模式构造器列表</em></a><br><em>模式构造器</em><a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> <a href="..\chapter3\05_Declarations.html#initializer"><em>构造器</em></a> <em>可选</em><br><em>构造器</em><strong>=</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>变量声明语法<br><em>变量声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration_head"><em>变量声明头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#pattern_initializer_list"><em>模式构造器列表</em></a><br><em>变量声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration_head"><em>变量声明头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#variable_name"><em>变量名</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>变量声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration_head"><em>变量声明头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#variable_name"><em>变量名</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#getter_setter_block"><em>getter-setter块</em></a><br><em>变量声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration_head"><em>变量声明头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#variable_name"><em>变量名</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#getter_setter_keyword_block"><em>getter-setter关键字(Keyword)块</em></a><br><em>变量声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration_head"><em>变量声明头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#variable_name"><em>变量名</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#initializer"><em>构造器</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#willSet_didSet_block"><em>willSet-didSet代码块</em></a><br><em>变量声明头(Head)</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#declaration_specifiers"><em>声明描述符(Specifiers)列表</em></a> <em>可选</em> <strong>var</strong><br><em>变量名称</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>getter-setter块</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#getter_clause"><em>getter子句</em></a> <a href="..\chapter3\05_Declarations.html#setter_clause"><em>setter子句</em></a> <em>可选</em> <strong>}</strong><br><em>getter-setter块</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#setter_clause"><em>setter子句</em></a> <a href="..\chapter3\05_Declarations.html#getter_clause"><em>getter子句</em></a> <strong>}</strong><br><em>getter子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>get</strong> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>setter子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>set</strong> <a href="..\chapter3\05_Declarations.html#setter_name"><em>setter名称</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>setter名称</em><strong>(</strong> <a href="LexicalStructure.html#identifier"><em>标识符</em></a> <strong>)</strong><br><em>getter-setter关键字(Keyword)块</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#getter_keyword_clause"><em>getter关键字(Keyword)子句</em></a> <a href="..\chapter3\05_Declarations.html#setter_keyword_clause"><em>setter关键字(Keyword)子句</em></a> <em>可选</em> <strong>}</strong><br><em>getter-setter关键字(Keyword)块</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#setter_keyword_clause"><em>setter关键字(Keyword)子句</em></a> <a href="..\chapter3\05_Declarations.html#getter_keyword_clause"><em>getter关键字(Keyword)子句</em></a> <strong>}</strong><br><em>getter关键字(Keyword)子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>get</strong><br><em>setter关键字(Keyword)子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>set</strong><br><em>willSet-didSet代码块</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#willSet_clause"><em>willSet子句</em></a> <a href="..\chapter3\05_Declarations.html#didSet_clause"><em>didSet子句</em></a> <em>可选</em> <strong>}</strong><br><em>willSet-didSet代码块</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#didSet_clause"><em>didSet子句</em></a> <a href="..\chapter3\05_Declarations.html#willSet_clause"><em>willSet子句</em></a> <strong>}</strong><br><em>willSet子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>willSet</strong> <a href="..\chapter3\05_Declarations.html#setter_name"><em>setter名称</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>didSet子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>didSet</strong> <a href="..\chapter3\05_Declarations.html#setter_name"><em>setter名称</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>类型别名声明语法<br><em>类型别名声明</em><a href="..\chapter3\05_Declarations.html#typealias_head"><em>类型别名头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#typealias_assignment"><em>类型别名赋值</em></a><br><em>类型别名头(Head)</em><strong>typealias</strong> <a href="..\chapter3\05_Declarations.html#typealias_name"><em>类型别名名称</em></a><br><em>类型别名名称</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>类型别名赋值</em><strong>=</strong> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>函数声明语法<br><em>函数声明</em><a href="..\chapter3\05_Declarations.html#function_head"><em>函数头</em></a> <a href="..\chapter3\05_Declarations.html#function_name"><em>函数名</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#function_signature"><em>函数签名(Signature)</em></a> <a href="..\chapter3\05_Declarations.html#function_body"><em>函数体</em></a><br><em>函数头</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#declaration_specifiers"><em>声明描述符(Specifiers)列表</em></a> <em>可选</em> <strong>func</strong><br><em>函数名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> | <a href="LexicalStructure.html#operator"><em>运算符</em></a><br><em>函数签名(Signature)</em><a href="..\chapter3\05_Declarations.html#parameter_clauses"><em>parameter-clauses</em></a> <a href="..\chapter3\05_Declarations.html#function_result"><em>函数结果</em></a> <em>可选</em><br><em>函数结果</em><strong>-&gt;</strong> <a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a><br><em>函数体</em><a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>parameter-clauses</em><a href="..\chapter3\05_Declarations.html#parameter_clause"><em>参数子句</em></a> <a href="..\chapter3\05_Declarations.html#parameter_clauses"><em>parameter-clauses</em></a> <em>可选</em><br><em>参数子句</em><strong>(</strong> <strong>)</strong> | <strong>(</strong> <a href="..\chapter3\05_Declarations.html#parameter_list"><em>参数列表</em></a> <strong>...</strong> <em>可选</em> <strong>)</strong><br><em>参数列表</em><a href="..\chapter3\05_Declarations.html#parameter"><em>参数</em></a> | <a href="..\chapter3\05_Declarations.html#parameter"><em>参数</em></a> <strong>,</strong> <a href="..\chapter3\05_Declarations.html#parameter_list"><em>参数列表</em></a><br><em>参数</em><strong>inout</strong> <em>可选</em> <strong>let</strong> <em>可选</em> <strong>#</strong> <em>可选</em> <a href="..\chapter3\05_Declarations.html#parameter_name"><em>参数名</em></a> <a href="..\chapter3\05_Declarations.html#local_parameter_name"><em>本地参数名</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#default_argument_clause"><em>默认参数子句</em></a> <em>可选</em><br><em>参数</em><strong>inout</strong> <em>可选</em> <strong>var</strong> <strong>#</strong> <em>可选</em> <a href="..\chapter3\05_Declarations.html#parameter_name"><em>参数名</em></a> <a href="..\chapter3\05_Declarations.html#local_parameter_name"><em>本地参数名</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#default_argument_clause"><em>默认参数子句</em></a> <em>可选</em><br><em>参数</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a><br><em>参数名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> | <strong>_</strong><br><em>本地参数名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> | <strong>_</strong><br><em>默认参数子句</em><strong>=</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>枚举声明语法<br><em>枚举声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#union_style_enum"><em>联合式枚举</em></a> | <a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#raw_value_style_enum"><em>原始值式枚举</em></a><br><em>联合式枚举</em><a href="..\chapter3\05_Declarations.html#enum_name"><em>枚举名</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <strong>{</strong> <a href="..\chapter3\05_Declarations.html#union_style_enum_members"><em>union-style-enum-members</em></a> <em>可选</em> <strong>}</strong><br><em>union-style-enum-members</em><a href="..\chapter3\05_Declarations.html#union_style_enum_member"><em>union-style-enum-member</em></a> <a href="..\chapter3\05_Declarations.html#union_style_enum_members"><em>union-style-enum-members</em></a> <em>可选</em><br><em>union-style-enum-member</em><a href="..\chapter3\05_Declarations.html#declaration"><em>声明</em></a> | <a href="..\chapter3\05_Declarations.html#union_style_enum_case_clause"><em>联合式(Union Style)的枚举case子句</em></a><br><em>联合式(Union Style)的枚举case子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>case</strong> <a href="..\chapter3\05_Declarations.html#union_style_enum_case_list"><em>联合式(Union Style)的枚举case列表</em></a><br><em>联合式(Union Style)的枚举case列表</em><a href="..\chapter3\05_Declarations.html#union_style_enum_case"><em>联合式(Union Style)的case</em></a> | <a href="..\chapter3\05_Declarations.html#union_style_enum_case"><em>联合式(Union Style)的case</em></a> <strong>,</strong> <a href="..\chapter3\05_Declarations.html#union_style_enum_case_list"><em>联合式(Union Style)的枚举case列表</em></a><br><em>联合式(Union Style)的case</em><a href="..\chapter3\05_Declarations.html#enum_case_name"><em>枚举的case名</em></a> <a href="..\chapter3\03_Types.html#tuple_type"><em>元组类型</em></a> <em>可选</em><br><em>枚举名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>枚举的case名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>原始值式枚举</em><a href="..\chapter3\05_Declarations.html#enum_name"><em>枚举名</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <strong>:</strong> <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <strong>{</strong> <a href="..\chapter3\05_Declarations.html#raw_value_style_enum_members"><em>原始值式枚举成员列表</em></a> <em>可选</em> <strong>}</strong><br><em>原始值式枚举成员列表</em><a href="..\chapter3\05_Declarations.html#raw_value_style_enum_member"><em>原始值式枚举成员</em></a> <a href="..\chapter3\05_Declarations.html#raw_value_style_enum_members"><em>原始值式枚举成员列表</em></a> <em>可选</em><br><em>原始值式枚举成员</em><a href="..\chapter3\05_Declarations.html#declaration"><em>声明</em></a> | <a href="..\chapter3\05_Declarations.html#raw_value_style_enum_case_clause"><em>原始值式枚举case子句</em></a><br><em>原始值式枚举case子句</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>case</strong> <a href="..\chapter3\05_Declarations.html#raw_value_style_enum_case_list"><em>原始值式枚举case列表</em></a><br><em>原始值式枚举case列表</em><a href="..\chapter3\05_Declarations.html#raw_value_style_enum_case"><em>原始值式枚举case</em></a> | <a href="..\chapter3\05_Declarations.html#raw_value_style_enum_case"><em>原始值式枚举case</em></a> <strong>,</strong> <a href="..\chapter3\05_Declarations.html#raw_value_style_enum_case_list"><em>原始值式枚举case列表</em></a><br><em>原始值式枚举case</em><a href="..\chapter3\05_Declarations.html#enum_case_name"><em>枚举的case名</em></a> <a href="..\chapter3\05_Declarations.html#raw_value_assignment"><em>原始值赋值</em></a> <em>可选</em><br><em>原始值赋值</em><strong>=</strong> <a href="LexicalStructure.html#literal"><em>字面量</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>结构体声明语法<br><em>结构体声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>struct</strong> <a href="..\chapter3\05_Declarations.html#struct_name"><em>结构体名称</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type_inheritance_clause"><em>类型继承子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#struct_body"><em>结构体主体</em></a><br><em>结构体名称</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>结构体主体</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#declarations"><em>声明(Declarations)列表</em></a> <em>可选</em> <strong>}</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>类声明语法<br><em>类声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>class</strong> <a href="..\chapter3\05_Declarations.html#class_name"><em>类名</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type_inheritance_clause"><em>类型继承子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#class_body"><em>类主体</em></a><br><em>类名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>类主体</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#declarations"><em>声明(Declarations)列表</em></a> <em>可选</em> <strong>}</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议(Protocol)声明语法<br><em>协议声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>protocol</strong> <a href="..\chapter3\05_Declarations.html#protocol_name"><em>协议名</em></a> <a href="..\chapter3\03_Types.html#type_inheritance_clause"><em>类型继承子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#protocol_body"><em>协议主体</em></a><br><em>协议名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>协议主体</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#protocol_member_declarations"><em>协议成员声明(Declarations)列表</em></a> <em>可选</em> <strong>}</strong><br><em>协议成员声明</em><a href="..\chapter3\05_Declarations.html#protocol_property_declaration"><em>协议属性声明</em></a><br><em>协议成员声明</em><a href="..\chapter3\05_Declarations.html#protocol_method_declaration"><em>协议方法声明</em></a><br><em>协议成员声明</em><a href="..\chapter3\05_Declarations.html#protocol_initializer_declaration"><em>协议构造器声明</em></a><br><em>协议成员声明</em><a href="..\chapter3\05_Declarations.html#protocol_subscript_declaration"><em>协议下标脚本声明</em></a><br><em>协议成员声明</em><a href="..\chapter3\05_Declarations.html#protocol_associated_type_declaration"><em>协议关联类型声明</em></a><br><em>协议成员声明(Declarations)列表</em><a href="..\chapter3\05_Declarations.html#protocol_member_declaration"><em>协议成员声明</em></a> <a href="..\chapter3\05_Declarations.html#protocol_member_declarations"><em>协议成员声明(Declarations)列表</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议属性声明语法<br><em>协议属性声明</em><a href="..\chapter3\05_Declarations.html#variable_declaration_head"><em>变量声明头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#variable_name"><em>变量名</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <a href="..\chapter3\05_Declarations.html#getter_setter_keyword_block"><em>getter-setter关键字(Keyword)块</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议方法声明语法<br><em>协议方法声明</em><a href="..\chapter3\05_Declarations.html#function_head"><em>函数头</em></a> <a href="..\chapter3\05_Declarations.html#function_name"><em>函数名</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#function_signature"><em>函数签名(Signature)</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议构造器声明语法<br><em>协议构造器声明</em><a href="..\chapter3\05_Declarations.html#initializer_head"><em>构造器头(Head)</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#parameter_clause"><em>参数子句</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议下标脚本声明语法<br><em>协议下标脚本声明</em><a href="..\chapter3\05_Declarations.html#subscript_head"><em>下标脚本头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#subscript_result"><em>下标脚本结果(Result)</em></a> <a href="..\chapter3\05_Declarations.html#getter_setter_keyword_block"><em>getter-setter关键字(Keyword)块</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议关联类型声明语法<br><em>协议关联类型声明</em><a href="..\chapter3\05_Declarations.html#typealias_head"><em>类型别名头(Head)</em></a> <a href="..\chapter3\03_Types.html#type_inheritance_clause"><em>类型继承子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#typealias_assignment"><em>类型别名赋值</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>构造器声明语法<br><em>构造器声明</em><a href="..\chapter3\05_Declarations.html#initializer_head"><em>构造器头(Head)</em></a> <a href="GenericParametersAndArguments.html#generic_parameter_clause"><em>泛型参数子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#parameter_clause"><em>参数子句</em></a> <a href="..\chapter3\05_Declarations.html#initializer_body"><em>构造器主体</em></a><br><em>构造器头(Head)</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>convenience</strong> <em>可选</em> <strong>init</strong><br><em>构造器主体</em><a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>析构器声明语法<br><em>析构器声明</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>deinit</strong> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>扩展(Extension)声明语法<br><em>扩展声明</em><strong>extension</strong> <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <a href="..\chapter3\03_Types.html#type_inheritance_clause"><em>类型继承子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#extension_body"><em>extension-body</em></a><br><em>extension-body</em><strong>{</strong> <a href="..\chapter3\05_Declarations.html#declarations"><em>声明(Declarations)列表</em></a> <em>可选</em> <strong>}</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>下标脚本声明语法<br><em>下标脚本声明</em><a href="..\chapter3\05_Declarations.html#subscript_head"><em>下标脚本头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#subscript_result"><em>下标脚本结果(Result)</em></a> <a href="..\chapter3\05_Declarations.html#code_block"><em>代码块</em></a><br><em>下标脚本声明</em><a href="..\chapter3\05_Declarations.html#subscript_head"><em>下标脚本头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#subscript_result"><em>下标脚本结果(Result)</em></a> <a href="..\chapter3\05_Declarations.html#getter_setter_block"><em>getter-setter块</em></a><br><em>下标脚本声明</em><a href="..\chapter3\05_Declarations.html#subscript_head"><em>下标脚本头(Head)</em></a> <a href="..\chapter3\05_Declarations.html#subscript_result"><em>下标脚本结果(Result)</em></a> <a href="..\chapter3\05_Declarations.html#getter_setter_keyword_block"><em>getter-setter关键字(Keyword)块</em></a><br><em>下标脚本头(Head)</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>subscript</strong> <a href="..\chapter3\05_Declarations.html#parameter_clause"><em>参数子句</em></a><br><em>下标脚本结果(Result)</em><strong>-&gt;</strong> <a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>运算符声明语法<br><em>运算符声明</em><a href="..\chapter3\05_Declarations.html#prefix_operator_declaration"><em>前置运算符声明</em></a> | <a href="..\chapter3\05_Declarations.html#postfix_operator_declaration"><em>后置运算符声明</em></a> | <a href="..\chapter3\05_Declarations.html#infix_operator_declaration"><em>中置运算符声明</em></a><br><em>前置运算符声明</em><strong>运算符</strong> <strong>prefix</strong> <a href="LexicalStructure.html#operator"><em>运算符</em></a> <strong>{</strong> <strong>}</strong><br><em>后置运算符声明</em><strong>运算符</strong> <strong>postfix</strong> <a href="LexicalStructure.html#operator"><em>运算符</em></a> <strong>{</strong> <strong>}</strong><br><em>中置运算符声明</em><strong>运算符</strong> <strong>infix</strong> <a href="LexicalStructure.html#operator"><em>运算符</em></a> <strong>{</strong> <a href="..\chapter3\05_Declarations.html#infix_operator_attributes"><em>中置运算符属性</em></a> <em>可选</em> <strong>}</strong><br><em>中置运算符属性</em><a href="..\chapter3\05_Declarations.html#precedence_clause"><em>优先级子句</em></a> <em>可选</em> <a href="..\chapter3\05_Declarations.html#associativity_clause"><em>结和性子句</em></a> <em>可选</em><br><em>优先级子句</em><strong>precedence</strong> <a href="..\chapter3\05_Declarations.html#precedence_level"><em>优先级水平</em></a><br><em>优先级水平</em> → 数值 0 到 255<br><em>结和性子句</em><strong>associativity</strong> <a href="..\chapter3\05_Declarations.html#associativity"><em>结和性</em></a><br><em>结和性</em><strong>left</strong> | <strong>right</strong> | <strong>none</strong> </p>
</blockquote>
<p><a name="patterns"></a></p>
<h2 id="-">模式</h2>
<blockquote>
<p>模式(Patterns) 语法<br><em>模式</em><a href="..\chapter3\07_Patterns.html#wildcard_pattern"><em>通配符模式</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <em>可选</em><br><em>模式</em><a href="..\chapter3\07_Patterns.html#identifier_pattern"><em>标识符模式</em></a> <a href="..\chapter3\03_Types.html#type_annotati(Value Binding"><em>类型注解</em></a>on) <em>可选</em><br><em>模式</em><a href="..\chapter3\07_Patterns.html#value_binding_pattern"><em>值绑定模式</em></a><br><em>模式</em><a href="..\chapter3\07_Patterns.html#tuple_pattern"><em>元组模式</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a> <em>可选</em><br><em>模式</em><a href="..\chapter3\07_Patterns.html#enum_case_pattern"><em>enum-case-pattern</em></a><br><em>模式</em><a href="..\chapter3\07_Patterns.html#type_casting_pattern"><em>type-casting-pattern</em></a><br><em>模式</em><a href="..\chapter3\07_Patterns.html#expression_pattern"><em>表达式模式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>通配符模式语法<br><em>通配符模式</em><strong>_</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>标识符模式语法<br><em>标识符模式</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>值绑定(Value Binding)模式语法<br><em>值绑定模式</em><strong>var</strong> <a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> | <strong>let</strong> <a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>元组模式语法<br><em>元组模式</em><strong>(</strong> <a href="..\chapter3\07_Patterns.html#tuple_pattern_element_list"><em>元组模式元素列表</em></a> <em>可选</em> <strong>)</strong><br><em>元组模式元素列表</em><a href="..\chapter3\07_Patterns.html#tuple_pattern_element"><em>元组模式元素</em></a> | <a href="..\chapter3\07_Patterns.html#tuple_pattern_element"><em>元组模式元素</em></a> <strong>,</strong> <a href="..\chapter3\07_Patterns.html#tuple_pattern_element_list"><em>元组模式元素列表</em></a><br><em>元组模式元素</em><a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>枚举用例模式语法<br><em>enum-case-pattern</em><a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <em>可选</em> <strong>.</strong> <a href="..\chapter3\05_Declarations.html#enum_case_name"><em>枚举的case名</em></a> <a href="..\chapter3\07_Patterns.html#tuple_pattern"><em>元组模式</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>类型转换模式语法<br><em>type-casting-pattern</em><a href="..\chapter3\07_Patterns.html#is_pattern"><em>is模式</em></a> | <a href="..\chapter3\07_Patterns.html#as_pattern"><em>as模式</em></a><br><em>is模式</em><strong>is</strong> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a><br><em>as模式</em><a href="..\chapter3\07_Patterns.html#pattern"><em>模式</em></a> <strong>as</strong> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>表达式模式语法<br><em>表达式模式</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> </p>
</blockquote>
<p><a name="attributes"></a></p>
<h2 id="-">特性</h2>
<blockquote>
<p>特性语法<br><em>特色</em><strong>@</strong> <a href="..\chapter3\06_Attributes.html#attribute_name"><em>特性名</em></a> <a href="..\chapter3\06_Attributes.html#attribute_argument_clause"><em>特性参数子句</em></a> <em>可选</em><br><em>特性名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>特性参数子句</em><strong>(</strong> <a href="..\chapter3\06_Attributes.html#balanced_tokens"><em>平衡令牌列表</em></a> <em>可选</em> <strong>)</strong><br><em>特性(Attributes)列表</em><a href="..\chapter3\06_Attributes.html#attribute"><em>特色</em></a> <a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em><br><em>平衡令牌列表</em><a href="..\chapter3\06_Attributes.html#balanced_token"><em>平衡令牌</em></a> <a href="..\chapter3\06_Attributes.html#balanced_tokens"><em>平衡令牌列表</em></a> <em>可选</em><br><em>平衡令牌</em><strong>(</strong> <a href="..\chapter3\06_Attributes.html#balanced_tokens"><em>平衡令牌列表</em></a> <em>可选</em> <strong>)</strong><br><em>平衡令牌</em><strong>[</strong> <a href="..\chapter3\06_Attributes.html#balanced_tokens"><em>平衡令牌列表</em></a> <em>可选</em> <strong>]</strong><br><em>平衡令牌</em><strong>{</strong> <a href="..\chapter3\06_Attributes.html#balanced_tokens"><em>平衡令牌列表</em></a> <em>可选</em> <strong>}</strong><br><em>平衡令牌</em><strong>任意标识符, 关键字, 字面量或运算符</strong><br><em>平衡令牌</em><strong>任意标点除了(, ), [, ], {, 或 }</strong></p>
</blockquote>
<p><a name="expressions"></a></p>
<h2 id="-">表达式</h2>
<blockquote>
<p>表达式语法<br><em>表达式</em><a href="..\chapter3\04_Expressions.html#prefix_expression"><em>前置表达式</em></a> <a href="..\chapter3\04_Expressions.html#binary_expressions"><em>二元表达式列表</em></a> <em>可选</em><br><em>表达式列表</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> | <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>,</strong> <a href="..\chapter3\04_Expressions.html#expression_list"><em>表达式列表</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>前置表达式语法<br><em>前置表达式</em><a href="LexicalStructure.html#prefix_operator"><em>前置运算符</em></a> <em>可选</em> <a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a><br><em>前置表达式</em><a href="..\chapter3\04_Expressions.html#in_out_expression"><em>写入写出(in-out)表达式</em></a><br><em>写入写出(in-out)表达式</em><strong>&amp;</strong> <a href="LexicalStructure.html#identifier"><em>标识符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>二元表达式语法<br><em>二元表达式</em><a href="LexicalStructure.html#binary_operator"><em>二元运算符</em></a> <a href="..\chapter3\04_Expressions.html#prefix_expression"><em>前置表达式</em></a><br><em>二元表达式</em><a href="..\chapter3\04_Expressions.html#assignment_operator"><em>赋值运算符</em></a> <a href="..\chapter3\04_Expressions.html#prefix_expression"><em>前置表达式</em></a><br><em>二元表达式</em><a href="..\chapter3\04_Expressions.html#conditional_operator"><em>条件运算符</em></a> <a href="..\chapter3\04_Expressions.html#prefix_expression"><em>前置表达式</em></a><br><em>二元表达式</em><a href="..\chapter3\04_Expressions.html#type_casting_operator"><em>类型转换运算符</em></a><br><em>二元表达式列表</em><a href="..\chapter3\04_Expressions.html#binary_expression"><em>二元表达式</em></a> <a href="..\chapter3\04_Expressions.html#binary_expressions"><em>二元表达式列表</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>赋值运算符语法<br><em>赋值运算符</em><strong>=</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>条件运算符语法<br><em>条件运算符</em><strong>?</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>:</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>类型转换运算符语法<br><em>类型转换运算符</em><strong>is</strong> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> | <strong>as</strong> <strong>?</strong> <em>可选</em> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>主表达式语法<br><em>主表达式</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> <a href="GenericParametersAndArguments.html#generic_argument_clause"><em>泛型参数子句</em></a> <em>可选</em><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#literal_expression"><em>字面量表达式</em></a><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#self_expression"><em>self表达式</em></a><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#superclass_expression"><em>超类表达式</em></a><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#closure_expression"><em>闭包表达式</em></a><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#parenthesized_expression"><em>圆括号表达式</em></a><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#implicit_member_expression"><em>隐式成员表达式</em></a><br><em>主表达式</em><a href="..\chapter3\04_Expressions.html#wildcard_expression"><em>通配符表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>字面量表达式语法<br><em>字面量表达式</em><a href="LexicalStructure.html#literal"><em>字面量</em></a><br><em>字面量表达式</em><a href="..\chapter3\04_Expressions.html#array_literal"><em>数组字面量</em></a> | <a href="..\chapter3\04_Expressions.html#dictionary_literal"><em>字典字面量</em></a><br><em>字面量表达式</em><strong>&#95;&#95;FILE&#95;&#95;</strong> | <strong>&#95;&#95;LINE&#95;&#95;</strong> | <strong>&#95;&#95;COLUMN&#95;&#95;</strong> | <strong>&#95;&#95;FUNCTION&#95;&#95;</strong><br><em>数组字面量</em><strong>[</strong> <a href="..\chapter3\04_Expressions.html#array_literal_items"><em>数组字面量项列表</em></a> <em>可选</em> <strong>]</strong><br><em>数组字面量项列表</em><a href="..\chapter3\04_Expressions.html#array_literal_item"><em>数组字面量项</em></a> <strong>,</strong> <em>可选</em> | <a href="..\chapter3\04_Expressions.html#array_literal_item"><em>数组字面量项</em></a> <strong>,</strong> <a href="..\chapter3\04_Expressions.html#array_literal_items"><em>数组字面量项列表</em></a><br><em>数组字面量项</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a><br><em>字典字面量</em><strong>[</strong> <a href="..\chapter3\04_Expressions.html#dictionary_literal_items"><em>字典字面量项列表</em></a> <strong>]</strong> | <strong>[</strong> <strong>:</strong> <strong>]</strong><br><em>字典字面量项列表</em><a href="..\chapter3\04_Expressions.html#dictionary_literal_item"><em>字典字面量项</em></a> <strong>,</strong> <em>可选</em> | <a href="..\chapter3\04_Expressions.html#dictionary_literal_item"><em>字典字面量项</em></a> <strong>,</strong> <a href="..\chapter3\04_Expressions.html#dictionary_literal_items"><em>字典字面量项列表</em></a><br><em>字典字面量项</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>:</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>Self 表达式语法<br><em>self表达式</em><strong>self</strong><br><em>self表达式</em><strong>self</strong> <strong>.</strong> <a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>self表达式</em><strong>self</strong> <strong>[</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>]</strong><br><em>self表达式</em><strong>self</strong> <strong>.</strong> <strong>init</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>超类表达式语法<br><em>超类表达式</em><a href="..\chapter3\04_Expressions.html#superclass_method_expression"><em>超类方法表达式</em></a> | <a href="..\chapter3\04_Expressions.html#超类下标表达式"><em>超类下标表达式</em></a> | <a href="..\chapter3\04_Expressions.html#superclass_initializer_expression"><em>超类构造器表达式</em></a><br><em>超类方法表达式</em><strong>super</strong> <strong>.</strong> <a href="LexicalStructure.html#identifier"><em>标识符</em></a><br><em>超类下标表达式</em><strong>super</strong> <strong>[</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>]</strong><br><em>超类构造器表达式</em><strong>super</strong> <strong>.</strong> <strong>init</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>闭包表达式语法<br><em>闭包表达式</em><strong>{</strong> <a href="..\chapter3\04_Expressions.html#closure_signature"><em>闭包签名(Signational)</em></a> <em>可选</em> <a href="..\chapter3\10_Statements.html#statements"><em>多条语句(Statements)</em></a> <strong>}</strong><br><em>闭包签名(Signational)</em><a href="..\chapter3\05_Declarations.html#parameter_clause"><em>参数子句</em></a> <a href="..\chapter3\05_Declarations.html#function_result"><em>函数结果</em></a> <em>可选</em> <strong>in</strong><br><em>闭包签名(Signational)</em><a href="LexicalStructure.html#identifier_list"><em>标识符列表</em></a> <a href="..\chapter3\05_Declarations.html#function_result"><em>函数结果</em></a> <em>可选</em> <strong>in</strong><br><em>闭包签名(Signational)</em><a href="..\chapter3\04_Expressions.html#capture_list"><em>捕获(Capature)列表</em></a> <a href="..\chapter3\05_Declarations.html#parameter_clause"><em>参数子句</em></a> <a href="..\chapter3\05_Declarations.html#function_result"><em>函数结果</em></a> <em>可选</em> <strong>in</strong><br><em>闭包签名(Signational)</em><a href="..\chapter3\04_Expressions.html#capture_list"><em>捕获(Capature)列表</em></a> <a href="LexicalStructure.html#identifier_list"><em>标识符列表</em></a> <a href="..\chapter3\05_Declarations.html#function_result"><em>函数结果</em></a> <em>可选</em> <strong>in</strong><br><em>闭包签名(Signational)</em><a href="..\chapter3\04_Expressions.html#capture_list"><em>捕获(Capature)列表</em></a> <strong>in</strong><br><em>捕获(Capature)列表</em><strong>[</strong> <a href="..\chapter3\04_Expressions.html#capture_specifier"><em>捕获(Capature)说明符</em></a> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>]</strong><br><em>捕获(Capature)说明符</em><strong>weak</strong> | <strong>unowned</strong> | <strong>unowned(safe)</strong> | <strong>unowned(unsafe)</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>隐式成员表达式语法<br><em>隐式成员表达式</em><strong>.</strong> <a href="LexicalStructure.html#identifier"><em>标识符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>圆括号表达式(Parenthesized Expression)语法<br><em>圆括号表达式</em><strong>(</strong> <a href="..\chapter3\04_Expressions.html#expression_element_list"><em>表达式元素列表</em></a> <em>可选</em> <strong>)</strong><br><em>表达式元素列表</em><a href="..\chapter3\04_Expressions.html#expression_element"><em>表达式元素</em></a> | <a href="..\chapter3\04_Expressions.html#expression_element"><em>表达式元素</em></a> <strong>,</strong> <a href="..\chapter3\04_Expressions.html#expression_element_list"><em>表达式元素列表</em></a><br><em>表达式元素</em><a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> | <a href="LexicalStructure.html#identifier"><em>标识符</em></a> <strong>:</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>通配符表达式语法<br><em>通配符表达式</em><strong>_</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>后置表达式语法<br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#primary_expression"><em>主表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <a href="LexicalStructure.html#postfix_operator"><em>后置运算符</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#function_call_expression"><em>函数调用表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#initializer_expression"><em>构造器表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#explicit_member_expression"><em>显示成员表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#postfix_self_expression"><em>后置self表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#dynamic_type_expression"><em>动态类型表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#subscript_expression"><em>下标表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#forced_value_expression"><em>强制取值(Forced Value)表达式</em></a><br><em>后置表达式</em><a href="..\chapter3\04_Expressions.html#optional_chaining_expression"><em>可选链(Optional Chaining)表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>函数调用表达式语法<br><em>函数调用表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <a href="..\chapter3\04_Expressions.html#parenthesized_expression"><em>圆括号表达式</em></a><br><em>函数调用表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <a href="..\chapter3\04_Expressions.html#parenthesized_expression"><em>圆括号表达式</em></a> <em>可选</em> <a href="..\chapter3\04_Expressions.html#trailing_closure"><em>后置闭包(Trailing Closure)</em></a><br><em>后置闭包(Trailing Closure)</em><a href="..\chapter3\04_Expressions.html#closure_expression"><em>闭包表达式</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>构造器表达式语法<br><em>构造器表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>.</strong> <strong>init</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>显式成员表达式语法<br><em>显示成员表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>.</strong> <a href="LexicalStructure.html#decimal_digit"><em>十进制数字</em></a><br><em>显示成员表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>.</strong> <a href="LexicalStructure.html#identifier"><em>标识符</em></a> <a href="GenericParametersAndArguments.html#generic_argument_clause"><em>泛型参数子句</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>Self 表达式语法<br><em>后置self表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>.</strong> <strong>self</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>动态类型表达式语法<br><em>动态类型表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>.</strong> <strong>dynamicType</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>下标表达式语法<br><em>下标表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>[</strong> <a href="..\chapter3\04_Expressions.html#expression_list"><em>表达式列表</em></a> <strong>]</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>强制取值(Forced Value)语法<br><em>强制取值(Forced Value)表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>!</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>可选链表达式语法<br><em>可选链表达式</em><a href="..\chapter3\04_Expressions.html#postfix_expression"><em>后置表达式</em></a> <strong>?</strong> </p>
</blockquote>
<p><a name="lexical_structure"></a></p>
<h2 id="-">词法结构</h2>
<blockquote>
<p>标识符语法<br><em>标识符</em><a href="LexicalStructure.html#identifier_head"><em>标识符头(Head)</em></a> <a href="LexicalStructure.html#identifier_characters"><em>标识符字符列表</em></a> <em>可选</em><br><em>标识符</em><strong>`</strong> <a href="LexicalStructure.html#identifier_head"><em>标识符头(Head)</em></a> <a href="LexicalStructure.html#identifier_characters"><em>标识符字符列表</em></a> <em>可选</em> <strong>`</strong><br><em>标识符</em><a href="LexicalStructure.html#implicit_parameter_name"><em>隐式参数名</em></a><br><em>标识符列表</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> | <a href="LexicalStructure.html#identifier"><em>标识符</em></a> <strong>,</strong> <a href="LexicalStructure.html#identifier_list"><em>标识符列表</em></a><br><em>标识符头(Head)</em> → Upper- or lowercase letter A through Z<br><em>标识符头(Head)</em> → U+00A8, U+00AA, U+00AD, U+00AF, U+00B2U+00B5, or U+00B7U+00BA<br><em>标识符头(Head)</em> → U+00BCU+00BE, U+00C0U+00D6, U+00D8U+00F6, or U+00F8U+00FF<br><em>标识符头(Head)</em> → U+0100U+02FF, U+0370U+167F, U+1681U+180D, or U+180FU+1DBF<br><em>标识符头(Head)</em> → U+1E00U+1FFF<br><em>标识符头(Head)</em> → U+200BU+200D, U+202AU+202E, U+203FU+2040, U+2054, or U+2060U+206F<br><em>标识符头(Head)</em> → U+2070U+20CF, U+2100U+218F, U+2460U+24FF, or U+2776U+2793<br><em>标识符头(Head)</em> → U+2C00U+2DFF or U+2E80U+2FFF<br><em>标识符头(Head)</em> → U+3004U+3007, U+3021U+302F, U+3031U+303F, or U+3040U+D7FF<br><em>标识符头(Head)</em> → U+F900U+FD3D, U+FD40U+FDCF, U+FDF0U+FE1F, or U+FE30U+FE44<br><em>标识符头(Head)</em> → U+FE47U+FFFD<br><em>标识符头(Head)</em> → U+10000U+1FFFD, U+20000U+2FFFD, U+30000U+3FFFD, or U+40000U+4FFFD<br><em>标识符头(Head)</em> → U+50000U+5FFFD, U+60000U+6FFFD, U+70000U+7FFFD, or U+80000U+8FFFD<br><em>标识符头(Head)</em> → U+90000U+9FFFD, U+A0000U+AFFFD, U+B0000U+BFFFD, or U+C0000U+CFFFD<br><em>标识符头(Head)</em> → U+D0000U+DFFFD or U+E0000U+EFFFD<br><em>标识符字符</em> → 数值 0 到 9<br><em>标识符字符</em> → U+0300U+036F, U+1DC0U+1DFF, U+20D0U+20FF, or U+FE20U+FE2F<br><em>标识符字符</em><a href="LexicalStructure.html#identifier_head"><em>标识符头(Head)</em></a><br><em>标识符字符列表</em><a href="LexicalStructure.html#identifier_character"><em>标识符字符</em></a> <a href="LexicalStructure.html#identifier_characters"><em>标识符字符列表</em></a> <em>可选</em><br><em>隐式参数名</em><strong>$</strong> <a href="LexicalStructure.html#decimal_digits"><em>十进制数字列表</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>字面量语法<br><em>字面量</em><a href="LexicalStructure.html#integer_literal"><em>整型字面量</em></a> | <a href="LexicalStructure.html#floating_point_literal"><em>浮点数字面量</em></a> | <a href="LexicalStructure.html#string_literal"><em>字符串字面量</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>整型字面量语法<br><em>整型字面量</em><a href="LexicalStructure.html#binary_literal"><em>二进制字面量</em></a><br><em>整型字面量</em><a href="LexicalStructure.html#octal_literal"><em>八进制字面量</em></a><br><em>整型字面量</em><a href="LexicalStructure.html#decimal_literal"><em>十进制字面量</em></a><br><em>整型字面量</em><a href="LexicalStructure.html#hexadecimal_literal"><em>十六进制字面量</em></a><br><em>二进制字面量</em><strong>0b</strong> <a href="LexicalStructure.html#binary_digit"><em>二进制数字</em></a> <a href="LexicalStructure.html#binary_literal_characters"><em>二进制字面量字符列表</em></a> <em>可选</em><br><em>二进制数字</em> → 数值 0 到 1<br><em>二进制字面量字符</em><a href="LexicalStructure.html#binary_digit"><em>二进制数字</em></a> | <strong>_</strong><br><em>二进制字面量字符列表</em><a href="LexicalStructure.html#binary_literal_character"><em>二进制字面量字符</em></a> <a href="LexicalStructure.html#binary_literal_characters"><em>二进制字面量字符列表</em></a> <em>可选</em><br><em>八进制字面量</em><strong>0o</strong> <a href="LexicalStructure.html#octal_digit"><em>八进字数字</em></a> <a href="LexicalStructure.html#octal_literal_characters"><em>八进制字符列表</em></a> <em>可选</em><br><em>八进字数字</em> → 数值 0 到 7<br><em>八进制字符</em><a href="LexicalStructure.html#octal_digit"><em>八进字数字</em></a> | <strong>_</strong><br><em>八进制字符列表</em><a href="LexicalStructure.html#octal_literal_character"><em>八进制字符</em></a> <a href="LexicalStructure.html#octal_literal_characters"><em>八进制字符列表</em></a> <em>可选</em><br><em>十进制字面量</em><a href="LexicalStructure.html#decimal_digit"><em>十进制数字</em></a> <a href="LexicalStructure.html#decimal_literal_characters"><em>十进制字符列表</em></a> <em>可选</em><br><em>十进制数字</em> → 数值 0 到 9<br><em>十进制数字列表</em><a href="LexicalStructure.html#decimal_digit"><em>十进制数字</em></a> <a href="LexicalStructure.html#decimal_digits"><em>十进制数字列表</em></a> <em>可选</em><br><em>十进制字符</em><a href="LexicalStructure.html#decimal_digit"><em>十进制数字</em></a> | <strong>_</strong><br><em>十进制字符列表</em><a href="LexicalStructure.html#decimal_literal_character"><em>十进制字符</em></a> <a href="LexicalStructure.html#decimal_literal_characters"><em>十进制字符列表</em></a> <em>可选</em><br><em>十六进制字面量</em><strong>0x</strong> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_literal_characters"><em>十六进制字面量字符列表</em></a> <em>可选</em><br><em>十六进制数字</em> → 数值 0 到 9, a through f, or A through F<br><em>十六进制字符</em><a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> | <strong>_</strong><br><em>十六进制字面量字符列表</em><a href="LexicalStructure.html#hexadecimal_literal_character"><em>十六进制字符</em></a> <a href="LexicalStructure.html#hexadecimal_literal_characters"><em>十六进制字面量字符列表</em></a> <em>可选</em> </p>
</blockquote>
<p></p>
<blockquote>
<p>浮点型字面量语法<br><em>浮点数字面量</em><a href="LexicalStructure.html#decimal_literal"><em>十进制字面量</em></a> <a href="LexicalStructure.html#decimal_fraction"><em>十进制分数</em></a> <em>可选</em> <a href="LexicalStructure.html#decimal_exponent"><em>十进制指数</em></a> <em>可选</em><br><em>浮点数字面量</em><a href="LexicalStructure.html#hexadecimal_literal"><em>十六进制字面量</em></a> <a href="LexicalStructure.html#hexadecimal_fraction"><em>十六进制分数</em></a> <em>可选</em> <a href="LexicalStructure.html#hexadecimal_exponent"><em>十六进制指数</em></a><br><em>十进制分数</em><strong>.</strong> <a href="LexicalStructure.html#decimal_literal"><em>十进制字面量</em></a><br><em>十进制指数</em><a href="LexicalStructure.html#floating_point_e"><em>浮点数e</em></a> <a href="LexicalStructure.html#sign"><em>正负号</em></a> <em>可选</em> <a href="LexicalStructure.html#decimal_literal"><em>十进制字面量</em></a><br><em>十六进制分数</em><strong>.</strong> <a href="LexicalStructure.html#hexadecimal_literal"><em>十六进制字面量</em></a> <em>可选</em><br><em>十六进制指数</em><a href="LexicalStructure.html#floating_point_p"><em>浮点数p</em></a> <a href="LexicalStructure.html#sign"><em>正负号</em></a> <em>可选</em> <a href="LexicalStructure.html#hexadecimal_literal"><em>十六进制字面量</em></a><br><em>浮点数e</em><strong>e</strong> | <strong>E</strong><br><em>浮点数p</em><strong>p</strong> | <strong>P</strong><br><em>正负号</em><strong>+</strong> | <strong>-</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>字符型字面量语法<br><em>字符串字面量</em><strong>&quot;</strong> <a href="LexicalStructure.html#quoted_text"><em>引用文本</em></a> <strong>&quot;</strong><br><em>引用文本</em><a href="LexicalStructure.html#quoted_text_item"><em>引用文本条目</em></a> <a href="LexicalStructure.html#quoted_text"><em>引用文本</em></a> <em>可选</em><br><em>引用文本条目</em><a href="LexicalStructure.html#escaped_character"><em>转义字符</em></a><br><em>引用文本条目</em><strong>(</strong> <a href="..\chapter3\04_Expressions.html#expression"><em>表达式</em></a> <strong>)</strong><br><em>引用文本条目</em> → 除了&quot;­, \­, U+000A, or U+000D的所有Unicode的字符<br><em>转义字符</em><strong>\0</strong> | <strong>\</strong> | <strong>\t</strong> | <strong>\n</strong> | <strong>\r</strong> | <strong>\&quot;</strong> | <strong>\&#39;</strong><br><em>转义字符</em><strong>\x</strong> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a><br><em>转义字符</em><strong>\u</strong> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a><br><em>转义字符</em><strong>\U</strong> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> <a href="LexicalStructure.html#hexadecimal_digit"><em>十六进制数字</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>运算符语法语法<br><em>运算符</em><a href="LexicalStructure.html#operator_character"><em>运算符字符</em></a> <a href="LexicalStructure.html#operator"><em>运算符</em></a> <em>可选</em><br><em>运算符字符</em><strong>/</strong> | <strong>=</strong> | <strong>-</strong> | <strong>+</strong> | <strong>!</strong> | <strong>&#42;</strong> | <strong>%</strong> | <strong>&lt;</strong> | <strong>&gt;</strong> | <strong>&amp;</strong> | <strong>|</strong> | <strong>^</strong> | <strong>~</strong> | <strong>.</strong><br><em>二元运算符</em><a href="LexicalStructure.html#operator"><em>运算符</em></a><br><em>前置运算符</em><a href="LexicalStructure.html#operator"><em>运算符</em></a><br><em>后置运算符</em><a href="LexicalStructure.html#operator"><em>运算符</em></a> </p>
</blockquote>
<p><a name="types"></a></p>
<h2 id="-">类型</h2>
<blockquote>
<p>类型语法<br><em>类型</em><a href="..\chapter3\03_Types.html#array_type"><em>数组类型</em></a> | <a href="..\chapter3\03_Types.html#function_type"><em>函数类型</em></a> | <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> | <a href="..\chapter3\03_Types.html#tuple_type"><em>元组类型</em></a> | <a href="..\chapter3\03_Types.html#optional_type"><em>可选类型</em></a> | <a href="..\chapter3\03_Types.html#implicitly_unwrapped_optional_type"><em>隐式解析可选类型</em></a> | <a href="..\chapter3\03_Types.html#protocol_composition_type"><em>协议合成类型</em></a> | <a href="..\chapter3\03_Types.html#metatype_type"><em>元型类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>类型标注语法<br><em>类型注解</em><strong>:</strong> <a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>类型标识语法<br><em>类型标识</em><a href="..\chapter3\03_Types.html#type_name"><em>类型名称</em></a> <a href="GenericParametersAndArguments.html#generic_argument_clause"><em>泛型参数子句</em></a> <em>可选</em> | <a href="..\chapter3\03_Types.html#type_name"><em>类型名称</em></a> <a href="GenericParametersAndArguments.html#generic_argument_clause"><em>泛型参数子句</em></a> <em>可选</em> <strong>.</strong> <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a><br><em>类名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>元组类型语法<br><em>元组类型</em><strong>(</strong> <a href="..\chapter3\03_Types.html#tuple_type_body"><em>元组类型主体</em></a> <em>可选</em> <strong>)</strong><br><em>元组类型主体</em><a href="..\chapter3\03_Types.html#tuple_type_element_list"><em>元组类型的元素列表</em></a> <strong>...</strong> <em>可选</em><br><em>元组类型的元素列表</em><a href="..\chapter3\03_Types.html#tuple_type_element"><em>元组类型的元素</em></a> | <a href="..\chapter3\03_Types.html#tuple_type_element"><em>元组类型的元素</em></a> <strong>,</strong> <a href="..\chapter3\03_Types.html#tuple_type_element_list"><em>元组类型的元素列表</em></a><br><em>元组类型的元素</em><a href="..\chapter3\06_Attributes.html#attributes"><em>特性(Attributes)列表</em></a> <em>可选</em> <strong>inout</strong> <em>可选</em> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> | <strong>inout</strong> <em>可选</em> <a href="..\chapter3\03_Types.html#element_name"><em>元素名</em></a> <a href="..\chapter3\03_Types.html#type_annotation"><em>类型注解</em></a><br><em>元素名</em><a href="LexicalStructure.html#identifier"><em>标识符</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>函数类型语法<br><em>函数类型</em><a href="..\chapter3\03_Types.html#type"><em>类型</em></a> <strong>-&gt;</strong> <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>数组类型语法<br><em>数组类型</em><a href="..\chapter3\03_Types.html#type"><em>类型</em></a> <strong>[</strong> <strong>]</strong> | <a href="..\chapter3\03_Types.html#array_type"><em>数组类型</em></a> <strong>[</strong> <strong>]</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>可选类型语法<br><em>可选类型</em><a href="..\chapter3\03_Types.html#type"><em>类型</em></a> <strong>?</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>隐式解析可选类型(Implicitly Unwrapped Optional Type)语法<br><em>隐式解析可选类型</em><a href="..\chapter3\03_Types.html#type"><em>类型</em></a> <strong>!</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>协议合成类型语法<br><em>协议合成类型</em><strong>protocol</strong> <strong>&lt;</strong> <a href="..\chapter3\03_Types.html#protocol_identifier_list"><em>协议标识符列表</em></a> <em>可选</em> <strong>&gt;</strong><br><em>协议标识符列表</em><a href="..\chapter3\03_Types.html#protocol_identifier"><em>协议标识符</em></a> | <a href="..\chapter3\03_Types.html#protocol_identifier"><em>协议标识符</em></a> <strong>,</strong> <a href="..\chapter3\03_Types.html#protocol_identifier_list"><em>协议标识符列表</em></a><br><em>协议标识符</em><a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> </p>
</blockquote>
<p></p>
<blockquote>
<p>元型(Metatype)类型语法<br><em>元型类型</em><a href="..\chapter3\03_Types.html#type"><em>类型</em></a> <strong>.</strong> <strong>Type</strong> | <a href="..\chapter3\03_Types.html#type"><em>类型</em></a> <strong>.</strong> <strong>Protocol</strong> </p>
</blockquote>
<p></p>
<blockquote>
<p>类型继承子句语法<br><em>类型继承子句</em><strong>:</strong> <a href="..\chapter3\03_Types.html#type_inheritance_list"><em>类型继承列表</em></a><br><em>类型继承列表</em><a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> | <a href="..\chapter3\03_Types.html#type_identifier"><em>类型标识</em></a> <strong>,</strong> <a href="..\chapter3\03_Types.html#type_inheritance_list"><em>类型继承列表</em></a></p>
</blockquote>
</section>
</div>
</div>
</div>
<a href="../chapter3/08_Generic_Parameters_and_Arguments.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: 泛型参数"><i class="fa fa-angle-left"></i></a>
</div>
</div>
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
<script src="../gitbook/app.js"></script>
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../gitbook/plugins/gitbook-plugin-mathjax/plugin.js"></script>
<script>
require(["gitbook"], function(gitbook) {
var config = {};
gitbook.start(config);
});
</script>
<script src="http://yandex.st/highlightjs/8.0/styles/default.min.css"></script><script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script><script text="javascript">$('pre code').each(function(i, block) {hljs.highlightBlock(block);});</script></body>
</html>