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.html254
1 files changed, 127 insertions, 127 deletions
diff --git a/api/dotty/tools/dotc/core/Contexts$/Context.html b/api/dotty/tools/dotc/core/Contexts$/Context.html
index accce9482..ae8205e90 100644
--- a/api/dotty/tools/dotc/core/Contexts$/Context.html
+++ b/api/dotty/tools/dotc/core/Contexts$/Context.html
@@ -5441,12 +5441,6 @@ classes (which should be short-lived).</li>
<span class="no-left">(</span>
- <span class="no-left">
- c:
- </span>
- Context
-
-
<span class="no-left">)</span>
</div>
</div>
@@ -5459,12 +5453,6 @@ classes (which should be short-lived).</li>
<span class="no-left">(</span>
- <span class="no-left">
- c:
- </span>
- Context
-
-
<span class="no-left">)</span>
</div>
</div>
@@ -5495,6 +5483,12 @@ classes (which should be short-lived).</li>
<span class="no-left">(</span>
+ <span class="no-left">
+ c:
+ </span>
+ Context
+
+
<span class="no-left">)</span>
</div>
</div>
@@ -5508,7 +5502,7 @@ classes (which should be short-lived).</li>
<span class="no-left">
- ctx:
+ c:
</span>
Context
@@ -5525,6 +5519,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>
@@ -9451,9 +9451,9 @@ was created, otherwise <code>null</code>.</p>
</script>
</div><!-- end member -->
- <div id="dclText(sd)" class="member ">
+ <div id="dclText(sym)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'dclText(sd)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'dclText(sym)');">[+]</span>
<span class="member-annotations">
</span>
@@ -9475,9 +9475,9 @@ was created, otherwise <code>null</code>.</p>
<span class="no-left">
- sd:
+ sym:
</span>
- SingleDenotation
+ Symbol
<span class="no-left">)</span>
@@ -9492,12 +9492,12 @@ was created, otherwise <code>null</code>.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-dclText(sd)">
- <p>Textual representation of single denotation's declaration</p>
+ <div class="member-body-short" id="short-body-dclText(sym)">
+ <p>Textual representation of symbol's declaration</p>
</div>
- <div class="member-body-long" id ="long-body-dclText(sd)">
- <p>Textual representation of single denotation's declaration</p>
+ <div class="member-body-long" id ="long-body-dclText(sym)">
+ <p>Textual representation of symbol's declaration</p>
</div>
</div>
@@ -9514,9 +9514,9 @@ was created, otherwise <code>null</code>.</p>
</script>
</div><!-- end member -->
- <div id="dclText(sym)" class="member ">
+ <div id="dclText(sd)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'dclText(sym)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'dclText(sd)');">[+]</span>
<span class="member-annotations">
</span>
@@ -9538,9 +9538,9 @@ was created, otherwise <code>null</code>.</p>
<span class="no-left">
- sym:
+ sd:
</span>
- Symbol
+ SingleDenotation
<span class="no-left">)</span>
@@ -9555,12 +9555,12 @@ was created, otherwise <code>null</code>.</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-dclText(sym)">
- <p>Textual representation of symbol's declaration</p>
+ <div class="member-body-short" id="short-body-dclText(sd)">
+ <p>Textual representation of single denotation's declaration</p>
</div>
- <div class="member-body-long" id ="long-body-dclText(sym)">
- <p>Textual representation of symbol's declaration</p>
+ <div class="member-body-long" id ="long-body-dclText(sd)">
+ <p>Textual representation of single denotation's declaration</p>
</div>
</div>
@@ -12672,9 +12672,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" onclick="toggleMemberBody(this, 'nameString(name)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'nameString(sym)');">[+]</span>
<span class="member-annotations">
</span>
@@ -12696,9 +12696,9 @@ Any
<span class="no-left">
- name:
+ sym:
</span>
- Name
+ Symbol
<span class="no-left">)</span>
@@ -12713,14 +12713,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>
@@ -12737,9 +12743,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" onclick="toggleMemberBody(this, 'nameString(name)');">[+]</span>
<span class="member-annotations">
</span>
@@ -12761,9 +12767,9 @@ Any
<span class="no-left">
- sym:
+ name:
</span>
- Symbol
+ Name
<span class="no-left">)</span>
@@ -12778,20 +12784,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>
@@ -16267,9 +16267,9 @@ It has</p>
</script>
</div><!-- end member -->
- <div id="toText(name)" class="member ">
+ <div id="toText(sym)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(name)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(sym)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16291,9 +16291,9 @@ It has</p>
<span class="no-left">
- name:
+ sym:
</span>
- Name
+ Symbol
<span class="no-left">)</span>
@@ -16308,12 +16308,14 @@ It has</p>
</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(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(name)">
- <p>The name as a text</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>
@@ -16330,9 +16332,9 @@ It has</p>
</script>
</div><!-- end member -->
- <div id="toText(annot)" class="member ">
+ <div id="toText(name)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(annot)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(name)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16354,9 +16356,9 @@ It has</p>
<span class="no-left">
- annot:
+ name:
</span>
- Annotation
+ Name
<span class="no-left">)</span>
@@ -16371,12 +16373,12 @@ It has</p>
</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(name)">
+ <p>The name as a text</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(name)">
+ <p>The name as a text</p>
</div>
</div>
@@ -16393,9 +16395,9 @@ It has</p>
</script>
</div><!-- end member -->
- <div id="toText(result)" class="member ">
+ <div id="toText(denot)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(result)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(denot)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16417,9 +16419,9 @@ It has</p>
<span class="no-left">
- result:
+ denot:
</span>
- SearchResult
+ Denotation
<span class="no-left">)</span>
@@ -16434,12 +16436,12 @@ It has</p>
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-toText(result)">
- <p>Textual representation of implicit search result</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(result)">
- <p>Textual representation of implicit search result</p>
+ <div class="member-body-long" id ="long-body-toText(denot)">
+ <p>Textual representation of denotation</p>
</div>
</div>
@@ -16456,9 +16458,9 @@ It has</p>
</script>
</div><!-- end member -->
- <div id="toText(tp)" class="member ">
+ <div id="toText(annot)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(tp)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(annot)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16480,9 +16482,9 @@ It has</p>
<span class="no-left">
- tp:
+ annot:
</span>
- Type
+ Annotation
<span class="no-left">)</span>
@@ -16497,12 +16499,12 @@ It has</p>
</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(annot)">
+ <p>Textual representation of annotation</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(annot)">
+ <p>Textual representation of annotation</p>
</div>
</div>
@@ -16519,9 +16521,9 @@ It has</p>
</script>
</div><!-- end member -->
- <div id="toText(sym)" class="member ">
+ <div id="toText(tree)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(sym)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(tree)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16543,9 +16545,12 @@ It has</p>
<span class="no-left">
- sym:
+ tree:
</span>
- Symbol
+ <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>
@@ -16555,19 +16560,18 @@ It has</p>
- <span class="no-left">: Text</span>
+ <span class="no-left">: [T >: dotty.tools.dotc.ast.Trees.Untyped] =>
+ (tree: dotty.tools.dotc.ast.Trees.Tree[T])dotty.tools.dotc.printing.Texts.Text (not handled)</span>
</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(tree)">
+ <p>Textual representation of tree</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(tree)">
+ <p>Textual representation of tree</p>
</div>
</div>
@@ -16584,9 +16588,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(sc)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(denot)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(sc)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16608,9 +16612,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- denot:
+ sc:
</span>
- Denotation
+ Scope
<span class="no-left">)</span>
@@ -16625,12 +16629,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(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(denot)">
- <p>Textual representation of denotation</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>
@@ -16647,9 +16651,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
</script>
</div><!-- end member -->
- <div id="toText(sc)" class="member ">
+ <div id="toText(result)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(sc)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(result)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16671,9 +16675,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- sc:
+ result:
</span>
- Scope
+ SearchResult
<span class="no-left">)</span>
@@ -16688,12 +16692,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(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(result)">
+ <p>Textual representation of implicit search result</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(result)">
+ <p>Textual representation of implicit search result</p>
</div>
</div>
@@ -16710,9 +16714,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(tp)" class="member ">
<div class="member-title">
- <span class="expand-button" onclick="toggleMemberBody(this, 'toText(tree)');">[+]</span>
+ <span class="expand-button" onclick="toggleMemberBody(this, 'toText(tp)');">[+]</span>
<span class="member-annotations">
</span>
@@ -16734,12 +16738,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.</
<span class="no-left">
- tree:
+ tp:
</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>
+ Type
<span class="no-left">)</span>
@@ -16749,18 +16750,17 @@ T
- <span class="no-left">: [T >: dotty.tools.dotc.ast.Trees.Untyped] =>
- (tree: dotty.tools.dotc.ast.Trees.Tree[T])dotty.tools.dotc.printing.Texts.Text (not handled)</span>
+ <span class="no-left">: Text</span>
</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(tp)">
+ <p>Textual representation of type</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(tp)">
+ <p>Textual representation of type</p>
</div>
</div>