From 866d0c688713d2829ceeb0dc9ace3b075510a110 Mon Sep 17 00:00:00 2001 From: dotty-bot Date: Fri, 31 Mar 2017 12:00:32 +0000 Subject: Update gh-pages site for a0c0b605110980abb5d993dadcc943d148e8e262 --- api/dotty/tools/dotc/core/Contexts$/Context.html | 24 +++---- api/dotty/tools/dotc/core/Symbols$/Symbol.html | 36 +++++----- api/dotty/tools/dotc/core/Types$/Type.html | 76 ++++++++++---------- .../Translator/TreeMakers/TypeTestTreeMaker.html | 80 +++------------------- api/dotty/tools/io/ClassPath.html | 40 +++++------ api/dotty/tools/io/Jar$/WManifest.html | 12 ++-- 6 files changed, 103 insertions(+), 165 deletions(-) diff --git a/api/dotty/tools/dotc/core/Contexts$/Context.html b/api/dotty/tools/dotc/core/Contexts$/Context.html index 228485dcd..2722bddba 100644 --- a/api/dotty/tools/dotc/core/Contexts$/Context.html +++ b/api/dotty/tools/dotc/core/Contexts$/Context.html @@ -5567,6 +5567,12 @@ classes (which should be short-lived). ( + + c: + + Context + + ) @@ -5579,6 +5585,12 @@ classes (which should be short-lived). ( + + ctx: + + Context + + ) @@ -5591,12 +5603,6 @@ classes (which should be short-lived). ( - - ctx: - - Context - - ) @@ -5609,12 +5615,6 @@ classes (which should be short-lived). ( - - c: - - Context - - ) diff --git a/api/dotty/tools/dotc/core/Symbols$/Symbol.html b/api/dotty/tools/dotc/core/Symbols$/Symbol.html index 6ad27c724..a055e416e 100644 --- a/api/dotty/tools/dotc/core/Symbols$/Symbol.html +++ b/api/dotty/tools/dotc/core/Symbols$/Symbol.html @@ -5504,24 +5504,6 @@ -
-
- Symbol - ( - - - - sym: - - Symbol - - - ) -
-
- - -
Symbol @@ -5598,6 +5580,24 @@ +
+
+ Symbol + ( + + + + sym: + + Symbol + + + ) +
+
+ + +
Symbol diff --git a/api/dotty/tools/dotc/core/Types$/Type.html b/api/dotty/tools/dotc/core/Types$/Type.html index 69c4afb03..0f7988d9c 100644 --- a/api/dotty/tools/dotc/core/Types$/Type.html +++ b/api/dotty/tools/dotc/core/Types$/Type.html @@ -6325,9 +6325,9 @@ is covariant is irrelevant, so can be ignored.

-
+
- + @@ -6349,9 +6349,12 @@ is covariant is irrelevant, so can be ignored.

- arg: + args: - Type + List +[ +Type +] ) @@ -6379,11 +6382,17 @@ is covariant is irrelevant, so can be ignored.

-
- +
+

The type representing

+

T[U1, ..., Un]

+

where

+
-
- +
+

The type representing

+

T[U1, ..., Un]

+

where

+
-
+
- + @@ -6423,12 +6432,17 @@ is covariant is irrelevant, so can be ignored.

- args: + arg1: - List -[ -Type -] + Type + + , + + + + arg2: + + Type ) @@ -6456,17 +6470,11 @@ Type
-
-

The type representing

-

T[U1, ..., Un]

-

where

- +
+
-
-

The type representing

-

T[U1, ..., Un]

-

where

- +
+
-
+
- + @@ -6506,15 +6514,7 @@ Type - arg1: - - Type - - , - - - - arg2: + arg: Type @@ -6544,10 +6544,10 @@ Type
-
+
-
+
diff --git a/api/dotty/tools/dotc/transform/PatternMatcher/Translator/TreeMakers/TypeTestTreeMaker.html b/api/dotty/tools/dotc/transform/PatternMatcher/Translator/TreeMakers/TypeTestTreeMaker.html index bc9bafcf7..0ce57639b 100644 --- a/api/dotty/tools/dotc/transform/PatternMatcher/Translator/TreeMakers/TypeTestTreeMaker.html +++ b/api/dotty/tools/dotc/transform/PatternMatcher/Translator/TreeMakers/TypeTestTreeMaker.html @@ -6621,9 +6621,9 @@ The bottom types scala.Nothing and scala.Null cannot be used as type patterns, b
-
+
- + @@ -6635,7 +6635,7 @@ The bottom types scala.Nothing and scala.Null cannot be used as type patterns, b - needsOuterTest + outerTestNeeded @@ -6643,27 +6643,13 @@ The bottom types scala.Nothing and scala.Null cannot be used as type patterns, b ( + implicit - - patType: - - Type - - , - - - selType: + + ctx: - Type - - , - - - - currentOwner: - - Symbol + Context ) @@ -6678,58 +6664,10 @@ The bottom types scala.Nothing and scala.Null cannot be used as type patterns, b
-
- -
-
- -
-
- -
- -
-
- - - - - - - - - def - - - - outerTestNeeded - - - - - - - - - : Boolean - -
- -
-
+
-
+
diff --git a/api/dotty/tools/io/ClassPath.html b/api/dotty/tools/io/ClassPath.html index 3ca176165..d50d1ae87 100644 --- a/api/dotty/tools/io/ClassPath.html +++ b/api/dotty/tools/io/ClassPath.html @@ -5881,9 +5881,9 @@ AnyClassRep
-
+
- + @@ -5895,7 +5895,7 @@ AnyClassRep - findClass + findBinaryFile @@ -5919,21 +5919,17 @@ AnyClassRep : Option [ -AnyClassRep +AbstractFile ]
-
-

Find a ClassRep given a class name of the form "package.subpackage.ClassName". -Does not support nested classes on .NET

- +
+
-
-

Find a ClassRep given a class name of the form "package.subpackage.ClassName". -Does not support nested classes on .NET

- +
+
-
+
- + @@ -5963,7 +5959,7 @@ Does not support nested classes on .NET

- findSourceFile + findClass @@ -5987,17 +5983,21 @@ Does not support nested classes on .NET

: Option [ -AbstractFile +AnyClassRep ]
-
- +
+

Find a ClassRep given a class name of the form "package.subpackage.ClassName". +Does not support nested classes on .NET

+
-
- +
+

Find a ClassRep given a class name of the form "package.subpackage.ClassName". +Does not support nested classes on .NET

+