aboutsummaryrefslogtreecommitdiff
path: root/api/dotty/tools/dotc/core/Scopes$.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/dotty/tools/dotc/core/Scopes$.html')
-rw-r--r--api/dotty/tools/dotc/core/Scopes$.html108
1 files changed, 20 insertions, 88 deletions
diff --git a/api/dotty/tools/dotc/core/Scopes$.html b/api/dotty/tools/dotc/core/Scopes$.html
index f9acd7e9b..59a593edd 100644
--- a/api/dotty/tools/dotc/core/Scopes$.html
+++ b/api/dotty/tools/dotc/core/Scopes$.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">
@@ -5831,21 +5826,21 @@ a hashtable</p>
</script>
</div><!-- end member -->
- <div id="MinHash" class="member private">
+ <div id="MinHashedScopeSize" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'MinHash');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'MinHashedScopeSize');">[+]</span>
<span class="member-annotations">
</span>
<span class="member-modifiers">
- private final
+ final
</span>
<span class="member-kind">
val
</span>
<span class="member-name ">
- MinHash
+ MinHashedScopeSize
</span>
@@ -5859,10 +5854,10 @@ a hashtable</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-MinHash">
+ <div class="member-body-short" id="short-body-MinHashedScopeSize">
</div>
- <div class="member-body-long" id ="long-body-MinHash">
+ <div class="member-body-long" id ="long-body-MinHashedScopeSize">
</div>
</div>
@@ -6099,69 +6094,6 @@ a hashtable</p>
</script>
</div><!-- end member -->
- <div id="newPackageScope(pkgClass)" class="member ">
- <div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'newPackageScope(pkgClass)');">[+]</span>
- <span class="member-annotations">
-
- </span>
- <span class="member-modifiers">
-
- </span>
- <span class="member-kind">
- def
- </span>
- <span class="member-name ">
-
- newPackageScope
-
- </span>
-
-
-
- <span class="no-left">(</span>
-
-
- <span class="no-left">
- pkgClass:
- </span>
- Symbol
-
-
- <span class="no-left">)</span>
-
-
-
-
-
-
- <span class="no-left">: MutableScope</span>
-
- </div><!-- end member-title -->
-
- <div class="member-body">
- <div class="member-body-short" id="short-body-newPackageScope(pkgClass)">
- <p>Create new scope for the members of package <code>pkg</code></p>
-
- </div>
- <div class="member-body-long" id ="long-body-newPackageScope(pkgClass)">
- <p>Create new scope for the members of package <code>pkg</code></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="newScope" class="member ">
<div class="member-title">
<span class="expand-button invisible" onclick="toggleMemberBody(this, 'newScope');">[+]</span>