aboutsummaryrefslogtreecommitdiff
path: root/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html
diff options
context:
space:
mode:
authordotty-bot <felix.mulder@epfl.ch>2017-04-11 10:17:14 +0000
committerdotty-bot <felix.mulder@epfl.ch>2017-04-11 10:17:14 +0000
commitc89c74c0a1762995ee70b57cc428bc978115b881 (patch)
treea4fb9df4e25553f15125c342b73863e4819c7d90 /api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html
parent0053e33ad799c9fc7451c0a7994d6e92745a57e1 (diff)
downloaddotty-c89c74c0a1762995ee70b57cc428bc978115b881.tar.gz
dotty-c89c74c0a1762995ee70b57cc428bc978115b881.tar.bz2
dotty-c89c74c0a1762995ee70b57cc428bc978115b881.zip
Update gh-pages site for 579571e05a08120133173933e7eaf2555846d1d7
Diffstat (limited to 'api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html')
-rw-r--r--api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html378
1 files changed, 243 insertions, 135 deletions
diff --git a/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html b/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html
index 124cf2e6f..fca5b2fd3 100644
--- a/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html
+++ b/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html
@@ -877,6 +877,16 @@
<li class="index-entity ">
<div class="entity-kinds">
+ <a class="letter-anchor object" href="../../../../../.././api/dotty/tools/dotc/core/NameKinds$.html">O</a>
+ </div>
+ <a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/core/NameKinds$.html">NameKinds</a>
+ </li>
+
+
+
+ <li class="index-entity ">
+ <div class="entity-kinds">
+
<a class="letter-anchor object" href="../../../../../.././api/dotty/tools/dotc/core/NameOps$.html">O</a>
</div>
<a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/core/NameOps$.html">NameOps</a>
@@ -1284,21 +1294,6 @@
- <li class="index-entity with-companion ">
- <div class="entity-kinds">
-
- <a class="letter-anchor object" href="../../../../../.././api/dotty/tools/dotc/core/tasty/TastyName$.html">O</a>
-
- <a class="letter-anchor class" href="../../../../../.././api/dotty/tools/dotc/core/tasty/TastyName.html">C</a>
- </div>
- <a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/core/tasty/TastyName.html">TastyName</a>
- </li>
-
-
-
-
-
-
<li class="index-entity ">
<div class="entity-kinds">
@@ -3614,21 +3609,21 @@
-
-
-
<li class="index-entity with-companion ">
<div class="entity-kinds">
<a class="letter-anchor object" href="../../../../../.././api/dotty/tools/dotc/util/FreshNameCreator$.html">O</a>
- <a class="letter-anchor trait" href="../../../../../.././api/dotty/tools/dotc/util/FreshNameCreator.html">T</a>
+ <a class="letter-anchor class" href="../../../../../.././api/dotty/tools/dotc/util/FreshNameCreator.html">C</a>
</div>
<a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/util/FreshNameCreator.html">FreshNameCreator</a>
</li>
+
+
+
<li class="index-entity with-companion ">
<div class="entity-kinds">
@@ -5481,7 +5476,7 @@
<span class="">
- name:
+ initName:
</span>
Name
@@ -10909,9 +10904,9 @@ Should be used only for printing.</p>
</script>
</div><!-- end member -->
- <div id="fullNameSeparated(separator)(ctx)" class="member ">
+ <div id="fullNameSeparated(kind)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button " onclick="toggleMemberBody(this, 'fullNameSeparated(separator)(ctx)');">[+]</span>
+ <span class="expand-button " onclick="toggleMemberBody(this, 'fullNameSeparated(kind)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -10933,9 +10928,9 @@ Should be used only for printing.</p>
<span class="no-left">
- separator:
+ kind:
</span>
- String
+ QualifiedNameKind
<span class="no-left">)</span>
@@ -10963,18 +10958,18 @@ Should be used only for printing.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-fullNameSeparated(separator)(ctx)">
+ <div class="member-body-short" id="short-body-fullNameSeparated(kind)(ctx)">
<p>The encoded full path name of this denotation, where outer names and inner names
are separated by <code>separator</code> strings.
Never translates expansions of oper...
</p>
</div>
- <div class="member-body-long" id ="long-body-fullNameSeparated(separator)(ctx)">
+ <div class="member-body-long" id ="long-body-fullNameSeparated(kind)(ctx)">
<p>The encoded full path name of this denotation, where outer names and inner names
are separated by <code>separator</code> strings.
Never translates expansions of operators back to operator symbol.
-Drops package objects. Represents terms in the owner chain by a simple <code>~</code>.
+Drops package objects. Represents each term in the owner chain by a simple <code>~</code>.
(Note: scalac uses nothing to represent terms, which can cause name clashes
between same-named definitions in different enclosing methods. Before this commit
we used `$' but this can cause ambiguities with the class separator '$').
@@ -11804,9 +11799,9 @@ of this run.</p>
</script>
</div><!-- end member -->
- <div id="is(fs)(ctx)" class="member ">
+ <div id="is(fs,butNot)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs,butNot)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -11832,6 +11827,14 @@ of this run.</p>
</span>
FlagSet
+ <span class="no-left">, </span>
+
+
+ <span class="">
+ butNot:
+ </span>
+ FlagSet
+
<span class="no-left">)</span>
@@ -11858,12 +11861,14 @@ of this run.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-is(fs)(ctx)">
- <p>Has this denotation one of the flags in <code>fs</code> set?</p>
+ <div class="member-body-short" id="short-body-is(fs,butNot)(ctx)">
+ <p>Has this denotation one of the flags in <code>fs</code> set, whereas none of the flags
+in <code>butNot</code> are set?</p>
</div>
- <div class="member-body-long" id ="long-body-is(fs)(ctx)">
- <p>Has this denotation one of the flags in <code>fs</code> set?</p>
+ <div class="member-body-long" id ="long-body-is(fs,butNot)(ctx)">
+ <p>Has this denotation one of the flags in <code>fs</code> set, whereas none of the flags
+in <code>butNot</code> are set?</p>
</div>
</div>
@@ -11880,9 +11885,9 @@ of this run.</p>
</script>
</div><!-- end member -->
- <div id="is(fs)(ctx)" class="member ">
+ <div id="is(fs,butNot)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs,butNot)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -11908,6 +11913,14 @@ of this run.</p>
</span>
FlagConjunction
+ <span class="no-left">, </span>
+
+
+ <span class="">
+ butNot:
+ </span>
+ FlagSet
+
<span class="no-left">)</span>
@@ -11934,12 +11947,14 @@ of this run.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-is(fs)(ctx)">
- <p>Has this denotation all of the flags in <code>fs</code> set?</p>
+ <div class="member-body-short" id="short-body-is(fs,butNot)(ctx)">
+ <p>Has this denotation all of the flags in <code>fs</code> set, whereas none of the flags
+in <code>butNot</code> are set?</p>
</div>
- <div class="member-body-long" id ="long-body-is(fs)(ctx)">
- <p>Has this denotation all of the flags in <code>fs</code> set?</p>
+ <div class="member-body-long" id ="long-body-is(fs,butNot)(ctx)">
+ <p>Has this denotation all of the flags in <code>fs</code> set, whereas none of the flags
+in <code>butNot</code> are set?</p>
</div>
</div>
@@ -11956,9 +11971,9 @@ of this run.</p>
</script>
</div><!-- end member -->
- <div id="is(fs,butNot)(ctx)" class="member ">
+ <div id="is(fs)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs,butNot)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -11984,14 +11999,6 @@ of this run.</p>
</span>
FlagSet
- <span class="no-left">, </span>
-
-
- <span class="">
- butNot:
- </span>
- FlagSet
-
<span class="no-left">)</span>
@@ -12018,14 +12025,12 @@ of this run.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-is(fs,butNot)(ctx)">
- <p>Has this denotation one of the flags in <code>fs</code> set, whereas none of the flags
-in <code>butNot</code> are set?</p>
+ <div class="member-body-short" id="short-body-is(fs)(ctx)">
+ <p>Has this denotation one of the flags in <code>fs</code> set?</p>
</div>
- <div class="member-body-long" id ="long-body-is(fs,butNot)(ctx)">
- <p>Has this denotation one of the flags in <code>fs</code> set, whereas none of the flags
-in <code>butNot</code> are set?</p>
+ <div class="member-body-long" id ="long-body-is(fs)(ctx)">
+ <p>Has this denotation one of the flags in <code>fs</code> set?</p>
</div>
</div>
@@ -12042,9 +12047,9 @@ in <code>butNot</code> are set?</p>
</script>
</div><!-- end member -->
- <div id="is(fs,butNot)(ctx)" class="member ">
+ <div id="is(fs)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs,butNot)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(fs)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -12070,14 +12075,6 @@ in <code>butNot</code> are set?</p>
</span>
FlagConjunction
- <span class="no-left">, </span>
-
-
- <span class="">
- butNot:
- </span>
- FlagSet
-
<span class="no-left">)</span>
@@ -12104,14 +12101,12 @@ in <code>butNot</code> are set?</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-is(fs,butNot)(ctx)">
- <p>Has this denotation all of the flags in <code>fs</code> set, whereas none of the flags
-in <code>butNot</code> are set?</p>
+ <div class="member-body-short" id="short-body-is(fs)(ctx)">
+ <p>Has this denotation all of the flags in <code>fs</code> set?</p>
</div>
- <div class="member-body-long" id ="long-body-is(fs,butNot)(ctx)">
- <p>Has this denotation all of the flags in <code>fs</code> set, whereas none of the flags
-in <code>butNot</code> are set?</p>
+ <div class="member-body-long" id ="long-body-is(fs)(ctx)">
+ <p>Has this denotation all of the flags in <code>fs</code> set?</p>
</div>
</div>
@@ -16719,6 +16714,119 @@ accessed via prefix <code>pre</code>?</p>
</script>
</div><!-- end member -->
+ <div id="name" class="member ">
+ <div class="member-title">
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'name');">[+]</span>
+ <span class="member-annotations">
+
+ </span>
+ <span class="member-modifiers">
+
+ </span>
+ <span class="member-kind">
+ def
+ </span>
+ <span class="member-name ">
+
+ name
+
+ </span>
+
+
+
+
+
+
+ <span class="no-left">: Name</span>
+
+ </div><!-- end member-title -->
+
+ <div class="member-body">
+ <div class="member-body-short" id="short-body-name">
+ <p>The name of the symbol</p>
+
+ </div>
+ <div class="member-body-long" id ="long-body-name">
+ <p>The name of the symbol</p>
+
+ </div>
+ </div>
+ <script>
+ function toggleMemberBody(span, sig) {
+ var shortBody = document.getElementById("short-body-" + sig);
+ var longBody = document.getElementById("long-body-" + sig);
+
+ shortBody.classList.toggle("toggled")
+ longBody.classList.toggle("toggled")
+
+ span.innerHTML = (span.innerHTML == "[+]") ? "[-]" : "[+]";
+ }
+ </script>
+ </div><!-- end member -->
+
+ <div id="name_=(n)" class="member ">
+ <div class="member-title">
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'name_=(n)');">[+]</span>
+ <span class="member-annotations">
+
+ </span>
+ <span class="member-modifiers">
+
+ </span>
+ <span class="member-kind">
+ def
+ </span>
+ <span class="member-name ">
+
+ name_=
+
+ </span>
+
+
+
+ <span class="no-left">(</span>
+
+
+ <span class="no-left">
+ n:
+ </span>
+ Name
+
+
+ <span class="no-left">)</span>
+
+
+
+
+
+
+ <span class="no-left">: Unit</span>
+
+ </div><!-- end member-title -->
+
+ <div class="member-body">
+ <div class="member-body-short" id="short-body-name_=(n)">
+ <p>Update the name; only called when unpickling top-level classes</p>
+
+ </div>
+ <div class="member-body-long" id ="long-body-name_=(n)">
+ <p>Update the name; only called when unpickling top-level classes</p>
+
+ </div>
+ </div>
+ <script>
+ function toggleMemberBody(span, sig) {
+ var shortBody = document.getElementById("short-body-" + sig);
+ var longBody = document.getElementById("long-body-" + sig);
+
+ shortBody.classList.toggle("toggled")
+ longBody.classList.toggle("toggled")
+
+ span.innerHTML = (span.innerHTML == "[+]") ? "[-]" : "[+]";
+ }
+ </script>
+ </div><!-- end member -->
+
<div id="namedType(ctx)" class="member ">
<div class="member-title">
<span class="expand-button " onclick="toggleMemberBody(this, 'namedType(ctx)');">[+]</span>
@@ -18497,9 +18605,9 @@ Type
</script>
</div><!-- end member -->
- <div id="requiredMethodRef(name)(ctx)" class="member ">
+ <div id="requiredMethodRef(name,argTypes)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'requiredMethodRef(name)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'requiredMethodRef(name,argTypes)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -18525,6 +18633,17 @@ Type
</span>
PreName
+ <span class="no-left">, </span>
+
+
+ <span class="">
+ argTypes:
+ </span>
+ List
+<span class="no-left no-right">[</span>
+Type
+<span class="no-left">]</span>
+
<span class="no-left">)</span>
@@ -18551,10 +18670,10 @@ Type
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-requiredMethodRef(name)(ctx)">
+ <div class="member-body-short" id="short-body-requiredMethodRef(name,argTypes)(ctx)">
</div>
- <div class="member-body-long" id ="long-body-requiredMethodRef(name)(ctx)">
+ <div class="member-body-long" id ="long-body-requiredMethodRef(name,argTypes)(ctx)">
</div>
</div>
@@ -18571,9 +18690,9 @@ Type
</script>
</div><!-- end member -->
- <div id="requiredMethodRef(name,argTypes)(ctx)" class="member ">
+ <div id="requiredMethodRef(name)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'requiredMethodRef(name,argTypes)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'requiredMethodRef(name)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -18599,17 +18718,6 @@ Type
</span>
PreName
- <span class="no-left">, </span>
-
-
- <span class="">
- argTypes:
- </span>
- List
-<span class="no-left no-right">[</span>
-Type
-<span class="no-left">]</span>
-
<span class="no-left">)</span>
@@ -18636,10 +18744,10 @@ Type
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-requiredMethodRef(name,argTypes)(ctx)">
+ <div class="member-body-short" id="short-body-requiredMethodRef(name)(ctx)">
</div>
- <div class="member-body-long" id ="long-body-requiredMethodRef(name,argTypes)(ctx)">
+ <div class="member-body-long" id ="long-body-requiredMethodRef(name)(ctx)">
</div>
</div>
@@ -19284,9 +19392,9 @@ as seen from subclasses.</p>
</script>
</div><!-- end member -->
- <div id="showSummary(ctx)" class="member ">
+ <div id="showSummary(depth)(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'showSummary(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'showSummary(depth)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -19306,6 +19414,17 @@ as seen from subclasses.</p>
<span class="no-left">(</span>
+
+ <span class="no-left">
+ depth:
+ </span>
+ Int
+
+
+ <span class="no-left">)</span>
+
+ <span class="no-left">(</span>
+
<span class="no-left keyword">implicit</span>
@@ -19327,11 +19446,17 @@ as seen from subclasses.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-showSummary(ctx)">
-
+ <div class="member-body-short" id="short-body-showSummary(depth)(ctx)">
+ <p>The summarized string representation of this showable element.
+Recursion depth is limited to some smallish value. Default is
+Config.summarizeDepth.</p>
+
</div>
- <div class="member-body-long" id ="long-body-showSummary(ctx)">
-
+ <div class="member-body-long" id ="long-body-showSummary(depth)(ctx)">
+ <p>The summarized string representation of this showable element.
+Recursion depth is limited to some smallish value. Default is
+Config.summarizeDepth.</p>
+
</div>
</div>
<script>
@@ -19347,9 +19472,9 @@ as seen from subclasses.</p>
</script>
</div><!-- end member -->
- <div id="showSummary(depth)(ctx)" class="member ">
+ <div id="showSummary(ctx)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'showSummary(depth)(ctx)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'showSummary(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -19369,17 +19494,6 @@ as seen from subclasses.</p>
<span class="no-left">(</span>
-
- <span class="no-left">
- depth:
- </span>
- Int
-
-
- <span class="no-left">)</span>
-
- <span class="no-left">(</span>
-
<span class="no-left keyword">implicit</span>
@@ -19401,17 +19515,11 @@ as seen from subclasses.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-showSummary(depth)(ctx)">
- <p>The summarized string representation of this showable element.
-Recursion depth is limited to some smallish value. Default is
-Config.summarizeDepth.</p>
-
+ <div class="member-body-short" id="short-body-showSummary(ctx)">
+
</div>
- <div class="member-body-long" id ="long-body-showSummary(depth)(ctx)">
- <p>The summarized string representation of this showable element.
-Recursion depth is limited to some smallish value. Default is
-Config.summarizeDepth.</p>
-
+ <div class="member-body-long" id ="long-body-showSummary(ctx)">
+
</div>
</div>
<script>
@@ -21756,9 +21864,9 @@ and at signature <code>NotAMethod</code>.</p>
</script>
</div><!-- end member -->
- <div id="wait(x$0,x$1)" class="member ">
+ <div id="wait(x$0)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'wait(x$0,x$1)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'wait(x$0)');">[+]</span>
<span class="member-annotations">
</span>
@@ -21784,14 +21892,6 @@ and at signature <code>NotAMethod</code>.</p>
</span>
Long
- <span class="no-left">, </span>
-
-
- <span class="">
- x$1:
- </span>
- Int
-
<span class="no-left">)</span>
@@ -21805,10 +21905,10 @@ and at signature <code>NotAMethod</code>.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-wait(x$0,x$1)">
+ <div class="member-body-short" id="short-body-wait(x$0)">
</div>
- <div class="member-body-long" id ="long-body-wait(x$0,x$1)">
+ <div class="member-body-long" id ="long-body-wait(x$0)">
</div>
</div>
@@ -21825,9 +21925,9 @@ and at signature <code>NotAMethod</code>.</p>
</script>
</div><!-- end member -->
- <div id="wait(x$0)" class="member ">
+ <div id="wait(x$0,x$1)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'wait(x$0)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'wait(x$0,x$1)');">[+]</span>
<span class="member-annotations">
</span>
@@ -21853,6 +21953,14 @@ and at signature <code>NotAMethod</code>.</p>
</span>
Long
+ <span class="no-left">, </span>
+
+
+ <span class="">
+ x$1:
+ </span>
+ Int
+
<span class="no-left">)</span>
@@ -21866,10 +21974,10 @@ and at signature <code>NotAMethod</code>.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-wait(x$0)">
+ <div class="member-body-short" id="short-body-wait(x$0,x$1)">
</div>
- <div class="member-body-long" id ="long-body-wait(x$0)">
+ <div class="member-body-long" id ="long-body-wait(x$0,x$1)">
</div>
</div>