<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Swift%2FAccess_Control_Levels</id>
	<title>Swift/Access Control Levels - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Swift%2FAccess_Control_Levels"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Swift/Access_Control_Levels&amp;action=history"/>
	<updated>2026-06-21T15:48:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.tiffa.net/w/index.php?title=Swift/Access_Control_Levels&amp;diff=2258&amp;oldid=prev</id>
		<title>imported&gt;Fire: Fire moved page Swift/AccessControlLevels to Swift/Access Control Levels</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Swift/Access_Control_Levels&amp;diff=2258&amp;oldid=prev"/>
		<updated>2022-11-19T01:31:27Z</updated>

		<summary type="html">&lt;p&gt;Fire moved page &lt;a href=&quot;/wiki/Swift/AccessControlLevels&quot; class=&quot;mw-redirect&quot; title=&quot;Swift/AccessControlLevels&quot;&gt;Swift/AccessControlLevels&lt;/a&gt; to &lt;a href=&quot;/wiki/Swift/Access_Control_Levels&quot; title=&quot;Swift/Access Control Levels&quot;&gt;Swift/Access Control Levels&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
変数のアクセスできる範囲を指定するためにアクセス制御の識別子を追加できる。&lt;br /&gt;
&lt;br /&gt;
;public&lt;br /&gt;
:同じモジュール内のコードから宣言にアクセスしたり、サブクラス化できる。&lt;br /&gt;
&lt;br /&gt;
;internal&lt;br /&gt;
:同じモジュール内のコードからのみ宣言にアクセスできることを示す。未指定の場合のデフォルトはほとんどの場合これをつけたのと等価。&lt;br /&gt;
&lt;br /&gt;
;fileprivate&lt;br /&gt;
:宣言と同じソースファイル内のコードからのみ宣言にアクセスできる。&lt;br /&gt;
&lt;br /&gt;
;private&lt;br /&gt;
:宣言で囲んだスコープ内のコードからのみ宣言にアクセスできる。&lt;br /&gt;
&lt;br /&gt;
[https://www.swiftlangjp.com/language-reference/declarations.html#%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E5%88%B6%E5%BE%A1%E3%83%AC%E3%83%99%E3%83%ABaccess-control-levels The Swift Language(日本語版)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Swift|AccessControlLevels]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>