aboutsummaryrefslogtreecommitdiff
path: root/api/dotty/tools/dotc/transform/FullParameterization$.html
diff options
context:
space:
mode:
authordotty-bot <felix.mulder@epfl.ch>2017-02-03 18:05:53 +0000
committerdotty-bot <felix.mulder@epfl.ch>2017-02-03 18:05:53 +0000
commit881c3b182fda1036d5a507d08ff85f7709d70703 (patch)
treec0248d0a1664dcbf9f483b65f65e4d4710c3d0bb /api/dotty/tools/dotc/transform/FullParameterization$.html
parentb45ed2e609603cdaa94f9b7f5099da01e5e45314 (diff)
downloaddotty-881c3b182fda1036d5a507d08ff85f7709d70703.tar.gz
dotty-881c3b182fda1036d5a507d08ff85f7709d70703.tar.bz2
dotty-881c3b182fda1036d5a507d08ff85f7709d70703.zip
Update gh-pages site for da7d7231b7f21fe1085abc569eb783590074a359
Diffstat (limited to 'api/dotty/tools/dotc/transform/FullParameterization$.html')
-rw-r--r--api/dotty/tools/dotc/transform/FullParameterization$.html40
1 files changed, 37 insertions, 3 deletions
diff --git a/api/dotty/tools/dotc/transform/FullParameterization$.html b/api/dotty/tools/dotc/transform/FullParameterization$.html
index 483772eac..916bbdf7f 100644
--- a/api/dotty/tools/dotc/transform/FullParameterization$.html
+++ b/api/dotty/tools/dotc/transform/FullParameterization$.html
@@ -5321,6 +5321,9 @@
<div id="entity-container">
<div id="entity-title">
+ <span id="entity-annotations">
+
+ </span>
<span id="entity-modifiers">
final
</span>
@@ -5330,16 +5333,29 @@
<span id="entity-name">
FullParameterization
</span>
+
+
</div>
- <h1 class="section ">Members</h1>
+ <h1 class="section empty">
+ Constructors
+ </h1>
+
+ <div id="entity-constructors" class="entity-section empty">
+
+ </div>
+
+ <h1 class="section ">
+ Members
+ </h1>
<div id="entity-members" class="entity-section ">
<div id="memberSignature(info)(ctx)" class="member ">
<div class="member-title">
+ <span class="expand-button" onclick="toggleMemberBody(this, 'memberSignature(info)(ctx)');">[+]</span>
<span class="member-annotations">
</span>
@@ -5386,15 +5402,33 @@
- <span class="no-left">: Signature</span>
+ <span class="no-left">: <a href="../../../../.././api/dotty/tools/dotc/core/Signature.html">Signature</a></span>
</div><!-- end member-title -->
<div class="member-body">
- <p>Assuming <code>info</code> is a result of a <code>fullyParameterizedType</code> call, the signature of the
+ <div class="member-body-short" id="short-body-memberSignature(info)(ctx)">
+ <p>Assuming <code>info</code> is a result of a <code>fullyParameterizedType</code> call, the signature of the
original method type <code>X</code> such that <code>info = fullyParameterizedType(X, ...)</code></p>
+ </div>
+ <div class="member-body-long" id ="long-body-memberSignature(info)(ctx)">
+ <p>Assuming <code>info</code> is a result of a <code>fullyParameterizedType</code> call, the signature of the
+original method type <code>X</code> such that <code>info = fullyParameterizedType(X, ...)</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>