aboutsummaryrefslogtreecommitdiff
path: root/api/dotty/tools/dotc/core/Contexts$/Context.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/dotty/tools/dotc/core/Contexts$/Context.html')
-rw-r--r--api/dotty/tools/dotc/core/Contexts$/Context.html224
1 files changed, 112 insertions, 112 deletions
diff --git a/api/dotty/tools/dotc/core/Contexts$/Context.html b/api/dotty/tools/dotc/core/Contexts$/Context.html
index 36b9ffd67..efbc74927 100644
--- a/api/dotty/tools/dotc/core/Contexts$/Context.html
+++ b/api/dotty/tools/dotc/core/Contexts$/Context.html
@@ -5528,12 +5528,6 @@ classes (which should be short-lived).</li>
<span class="no-left">(</span>
- <span class="no-left">
- ctx:
- </span>
- Context
-
-
<span class="no-left">)</span>
</div>
</div>
@@ -5576,6 +5570,12 @@ classes (which should be short-lived).</li>
<span class="no-left">(</span>
+ <span class="no-left">
+ ctx:
+ </span>
+ Context
+
+
<span class="no-left">)</span>
</div>
</div>
@@ -12668,9 +12668,9 @@ Any
</script>
</div><!-- end member -->
- <div id="nameString(name)" class="member ">
+ <div id="nameString(sym)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'nameString(name)');">[+]</span>
+ <span class="expand-button " onclick="toggleMemberBody(this, 'nameString(sym)');">[+]</span>
<span class="member-annotations">
</span>
@@ -12692,9 +12692,9 @@ Any
<span class="no-left">
- name:
+ sym:
</span>
- Name
+ Symbol
<span class="no-left">)</span>
@@ -12709,14 +12709,20 @@ Any
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-nameString(name)">
- <p>The name, possibley with with namespace suffix if debugNames is set:
-/L for local names, /V for other term names, /T for type names</p>
+ <div class="member-body-short" id="short-body-nameString(sym)">
+ <p>The name of the given symbol.
+If !settings.debug, the original name where
+expansions of operators are translated back to operator symbol.
+E.g. $eq =&gt; =.
+I...</p>
</div>
- <div class="member-body-long" id ="long-body-nameString(name)">
- <p>The name, possibley with with namespace suffix if debugNames is set:
-/L for local names, /V for other term names, /T for type names</p>
+ <div class="member-body-long" id ="long-body-nameString(sym)">
+ <p>The name of the given symbol.
+If !settings.debug, the original name where
+expansions of operators are translated back to operator symbol.
+E.g. $eq =&gt; =.
+If settings.uniqid, adds id.</p>
</div>
</div>
@@ -12733,9 +12739,9 @@ Any
</script>
</div><!-- end member -->
- <div id="nameString(sym)" class="member ">
+ <div id="nameString(name)" class="member ">
<div class="member-title">
- <span class="expand-button " onclick="toggleMemberBody(this, 'nameString(sym)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'nameString(name)');">[+]</span>
<span class="member-annotations">
</span>
@@ -12757,9 +12763,9 @@ Any
<span class="no-left">
- sym:
+ name:
</span>
- Symbol
+ Name
<span class="no-left">)</span>
@@ -12774,20 +12780,14 @@ Any
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-nameString(sym)">
- <p>The name of the given symbol.
-If !settings.debug, the original name where
-expansions of operators are translated back to operator symbol.
-E.g. $eq =&gt; =.
-I...</p>
+ <div class="member-body-short" id="short-body-nameString(name)">
+ <p>The name, possibley with with namespace suffix if debugNames is set:
+/L for local names, /V for other term names, /T for type names</p>
</div>
- <div class="member-body-long" id ="long-body-nameString(sym)">
- <p>The name of the given symbol.
-If !settings.debug, the original name where
-expansions of operators are translated back to operator symbol.
-E.g. $eq =&gt; =.
-If settings.uniqid, adds id.</p>
+ <div class="member-body-long" id ="long-body-nameString(name)">
+ <p>The name, possibley with with namespace suffix if debugNames is set:
+/L for local names, /V for other term names, /T for type names</p>
</div>
</div>
@@ -16263,9 +16263,9 @@ It has</p>
</script>
</div><!-- end member -->
- <div id="toText(sym)" class="member ">
+ <div id="toText(name)" class="member ">
<div class="member-title">
- <span class="expand-button " onclick="toggleMemberBody(this, 'toText(sym)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(name)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16287,9 +16287,9 @@ It has</p>
<span class="no-left">
- sym:
+ name:
</span>
- Symbol
+ Name
<span class="no-left">)</span>
@@ -16304,14 +16304,12 @@ It has</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(sym)">
- <p>Textual representation, including symbol's kind e.g., &quot;class Foo&quot;, &quot;method Bar&quot;.
-If hasMeaninglessName is true, uses the owner's name to disambiguate i...</p>
+ <div class="member-body-short" id="short-body-toText(name)">
+ <p>The name as a text</p>
</div>
- <div class="member-body-long" id ="long-body-toText(sym)">
- <p>Textual representation, including symbol's kind e.g., &quot;class Foo&quot;, &quot;method Bar&quot;.
-If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</p>
+ <div class="member-body-long" id ="long-body-toText(name)">
+ <p>The name as a text</p>
</div>
</div>
@@ -16328,9 +16326,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</script>
</div><!-- end member -->
- <div id="toText(name)" class="member ">
+ <div id="toText(tp)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(name)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(tp)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16352,9 +16350,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- name:
+ tp:
</span>
- Name
+ Type
<span class="no-left">)</span>
@@ -16369,12 +16367,12 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(name)">
- <p>The name as a text</p>
+ <div class="member-body-short" id="short-body-toText(tp)">
+ <p>Textual representation of type</p>
</div>
- <div class="member-body-long" id ="long-body-toText(name)">
- <p>The name as a text</p>
+ <div class="member-body-long" id ="long-body-toText(tp)">
+ <p>Textual representation of type</p>
</div>
</div>
@@ -16391,9 +16389,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</script>
</div><!-- end member -->
- <div id="toText(annot)" class="member ">
+ <div id="toText(denot)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(annot)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(denot)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16415,9 +16413,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- annot:
+ denot:
</span>
- Annotation
+ Denotation
<span class="no-left">)</span>
@@ -16432,12 +16430,12 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(annot)">
- <p>Textual representation of annotation</p>
+ <div class="member-body-short" id="short-body-toText(denot)">
+ <p>Textual representation of denotation</p>
</div>
- <div class="member-body-long" id ="long-body-toText(annot)">
- <p>Textual representation of annotation</p>
+ <div class="member-body-long" id ="long-body-toText(denot)">
+ <p>Textual representation of denotation</p>
</div>
</div>
@@ -16454,9 +16452,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</script>
</div><!-- end member -->
- <div id="toText(denot)" class="member ">
+ <div id="toText(tree)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(denot)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(tree)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16478,9 +16476,12 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- denot:
+ tree:
</span>
- Denotation
+ <a href="../../../../../.././api/dotty/tools/dotc/ast/Trees$/Tree.html">Tree</a>
+<span class="no-left no-right">[</span>
+T
+<span class="no-left">]</span>
<span class="no-left">)</span>
@@ -16495,12 +16496,12 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(denot)">
- <p>Textual representation of denotation</p>
+ <div class="member-body-short" id="short-body-toText(tree)">
+ <p>Textual representation of tree</p>
</div>
- <div class="member-body-long" id ="long-body-toText(denot)">
- <p>Textual representation of denotation</p>
+ <div class="member-body-long" id ="long-body-toText(tree)">
+ <p>Textual representation of tree</p>
</div>
</div>
@@ -16543,7 +16544,7 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
result:
</span>
- SearchResult
+ ImportInfo
<span class="no-left">)</span>
@@ -16559,11 +16560,11 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<div class="member-body">
<div class="member-body-short" id="short-body-toText(result)">
- <p>Textual representation of implicit search result</p>
+ <p>Textual representation of info relating to an import clause</p>
</div>
<div class="member-body-long" id ="long-body-toText(result)">
- <p>Textual representation of implicit search result</p>
+ <p>Textual representation of info relating to an import clause</p>
</div>
</div>
@@ -16580,9 +16581,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</script>
</div><!-- end member -->
- <div id="toText(tree)" class="member ">
+ <div id="toText(result)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(tree)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(result)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16604,12 +16605,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- tree:
+ result:
</span>
- <a href="../../../../../.././api/dotty/tools/dotc/ast/Trees$/Tree.html">Tree</a>
-<span class="no-left no-right">[</span>
-T
-<span class="no-left">]</span>
+ SearchResult
<span class="no-left">)</span>
@@ -16624,12 +16622,12 @@ T
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(tree)">
- <p>Textual representation of tree</p>
+ <div class="member-body-short" id="short-body-toText(result)">
+ <p>Textual representation of implicit search result</p>
</div>
- <div class="member-body-long" id ="long-body-toText(tree)">
- <p>Textual representation of tree</p>
+ <div class="member-body-long" id ="long-body-toText(result)">
+ <p>Textual representation of implicit search result</p>
</div>
</div>
@@ -16646,9 +16644,9 @@ T
</script>
</div><!-- end member -->
- <div id="toText(tp)" class="member ">
+ <div id="toText(sym)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(tp)');">[+]</span>
+ <span class="expand-button " onclick="toggleMemberBody(this, 'toText(sym)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16670,9 +16668,9 @@ T
<span class="no-left">
- tp:
+ sym:
</span>
- Type
+ Symbol
<span class="no-left">)</span>
@@ -16687,12 +16685,14 @@ T
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(tp)">
- <p>Textual representation of type</p>
+ <div class="member-body-short" id="short-body-toText(sym)">
+ <p>Textual representation, including symbol's kind e.g., &quot;class Foo&quot;, &quot;method Bar&quot;.
+If hasMeaninglessName is true, uses the owner's name to disambiguate i...</p>
</div>
- <div class="member-body-long" id ="long-body-toText(tp)">
- <p>Textual representation of type</p>
+ <div class="member-body-long" id ="long-body-toText(sym)">
+ <p>Textual representation, including symbol's kind e.g., &quot;class Foo&quot;, &quot;method Bar&quot;.
+If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</p>
</div>
</div>
@@ -16709,9 +16709,9 @@ T
</script>
</div><!-- end member -->
- <div id="toText(result)" class="member ">
+ <div id="toText(const)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(result)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(const)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16733,9 +16733,9 @@ T
<span class="no-left">
- result:
+ const:
</span>
- ImportInfo
+ Constant
<span class="no-left">)</span>
@@ -16750,12 +16750,12 @@ T
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(result)">
- <p>Textual representation of info relating to an import clause</p>
+ <div class="member-body-short" id="short-body-toText(const)">
+ <p>Textual representation of constant</p>
</div>
- <div class="member-body-long" id ="long-body-toText(result)">
- <p>Textual representation of info relating to an import clause</p>
+ <div class="member-body-long" id ="long-body-toText(const)">
+ <p>Textual representation of constant</p>
</div>
</div>
@@ -16772,9 +16772,9 @@ T
</script>
</div><!-- end member -->
- <div id="toText(sc)" class="member ">
+ <div id="toText(annot)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(sc)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(annot)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16796,9 +16796,9 @@ T
<span class="no-left">
- sc:
+ annot:
</span>
- Scope
+ Annotation
<span class="no-left">)</span>
@@ -16813,12 +16813,12 @@ T
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(sc)">
- <p>Textual representation of all definitions in a scope using <code>dclText</code> for each</p>
+ <div class="member-body-short" id="short-body-toText(annot)">
+ <p>Textual representation of annotation</p>
</div>
- <div class="member-body-long" id ="long-body-toText(sc)">
- <p>Textual representation of all definitions in a scope using <code>dclText</code> for each</p>
+ <div class="member-body-long" id ="long-body-toText(annot)">
+ <p>Textual representation of annotation</p>
</div>
</div>
@@ -16835,9 +16835,9 @@ T
</script>
</div><!-- end member -->
- <div id="toText(const)" class="member ">
+ <div id="toText(sc)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(const)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'toText(sc)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16859,9 +16859,9 @@ T
<span class="no-left">
- const:
+ sc:
</span>
- Constant
+ Scope
<span class="no-left">)</span>
@@ -16876,12 +16876,12 @@ T
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(const)">
- <p>Textual representation of constant</p>
+ <div class="member-body-short" id="short-body-toText(sc)">
+ <p>Textual representation of all definitions in a scope using <code>dclText</code> for each</p>
</div>
- <div class="member-body-long" id ="long-body-toText(const)">
- <p>Textual representation of constant</p>
+ <div class="member-body-long" id ="long-body-toText(sc)">
+ <p>Textual representation of all definitions in a scope using <code>dclText</code> for each</p>
</div>
</div>