From 995406b4d28a903ad3be01d99852a086e80cadd9 Mon Sep 17 00:00:00 2001 From: dotty-bot Date: Tue, 4 Apr 2017 10:55:29 +0000 Subject: Update gh-pages site for abd09ff1fcd4a43b67b1dc029f1d375d0e1b57b9 --- api/dotty/tools/dotc/ast/untpd$/ModuleDef.html | 2 +- .../tools/dotc/ast/untpd$/UntypedTreeCopier.html | 92 +++++++++--- api/dotty/tools/dotc/core/Contexts$/Context.html | 166 ++++++++++----------- .../tools/dotc/core/Symbols$/ClassSymbol.html | 68 ++++----- api/dotty/tools/dotc/core/Symbols$/Symbol.html | 140 ++++++++--------- api/dotty/tools/dotc/core/Types$/Type.html | 76 +++++----- api/dotty/tools/dotc/util/Positions$/Position.html | 36 ++--- api/dotty/tools/io/Jar$/WManifest.html | 14 +- .../collections/CollectionStrawMan1$/View.html | 8 +- 9 files changed, 328 insertions(+), 274 deletions(-) diff --git a/api/dotty/tools/dotc/ast/untpd$/ModuleDef.html b/api/dotty/tools/dotc/ast/untpd$/ModuleDef.html index 9cc5f8af7..e31e37dba 100644 --- a/api/dotty/tools/dotc/ast/untpd$/ModuleDef.html +++ b/api/dotty/tools/dotc/ast/untpd$/ModuleDef.html @@ -5948,7 +5948,7 @@ T - : R + : ModuleDef diff --git a/api/dotty/tools/dotc/ast/untpd$/UntypedTreeCopier.html b/api/dotty/tools/dotc/ast/untpd$/UntypedTreeCopier.html index 17a605ae0..3b36f898f 100644 --- a/api/dotty/tools/dotc/ast/untpd$/UntypedTreeCopier.html +++ b/api/dotty/tools/dotc/ast/untpd$/UntypedTreeCopier.html @@ -5522,7 +5522,10 @@ Tree - : R + : ContextBounds | ThisTree +[ +T +] @@ -5602,7 +5605,10 @@ Tree - : R + : DoWhile | ThisTree +[ +T +] @@ -5685,7 +5691,10 @@ Tree - : R + : ForDo | ThisTree +[ +T +] @@ -5768,7 +5777,10 @@ Tree - : R + : ForYield | ThisTree +[ +T +] @@ -5851,7 +5863,10 @@ Tree - : R + : Function | ThisTree +[ +T +] @@ -5931,7 +5946,10 @@ Tree - : R + : GenAlias | ThisTree +[ +T +] @@ -6011,7 +6029,10 @@ Tree - : R + : GenFrom | ThisTree +[ +T +] @@ -6099,7 +6120,10 @@ Tree - : R + : InfixOp | ThisTree +[ +T +] @@ -6182,7 +6206,10 @@ Tree - : R + : InterpolatedString | ThisTree +[ +T +] @@ -6262,7 +6289,7 @@ Tree - : R + : ModuleDef @@ -6334,7 +6361,10 @@ Tree - : R + : Parens | ThisTree +[ +T +] @@ -6422,7 +6452,10 @@ Tree - : R + : ParsedTry | ThisTree +[ +T +] @@ -6521,7 +6554,10 @@ Tree - : R + : PatDef | ThisTree +[ +T +] @@ -6601,7 +6637,10 @@ Tree - : R + : PostfixOp | ThisTree +[ +T +] @@ -6681,7 +6720,10 @@ Tree - : R + : PrefixOp | ThisTree +[ +T +] @@ -6753,7 +6795,10 @@ Tree - : R + : SymbolLit | ThisTree +[ +T +] @@ -6825,7 +6870,10 @@ Tree - : R + : Throw | ThisTree +[ +T +] @@ -6900,7 +6948,10 @@ Tree - : R + : Tuple | ThisTree +[ +T +] @@ -6980,7 +7031,10 @@ Tree - : R + : WhileDo | ThisTree +[ +T +] diff --git a/api/dotty/tools/dotc/core/Contexts$/Context.html b/api/dotty/tools/dotc/core/Contexts$/Context.html index 8f0c339e0..b2cbd71f8 100644 --- a/api/dotty/tools/dotc/core/Contexts$/Context.html +++ b/api/dotty/tools/dotc/core/Contexts$/Context.html @@ -5532,7 +5532,7 @@ classes (which should be short-lived). - c: + ctx: Context @@ -5549,12 +5549,6 @@ classes (which should be short-lived). ( - - ctx: - - Context - - ) @@ -5567,6 +5561,12 @@ classes (which should be short-lived). ( + + ctx: + + Context + + ) @@ -5580,7 +5580,7 @@ classes (which should be short-lived). - ctx: + c: Context @@ -5597,12 +5597,6 @@ classes (which should be short-lived). ( - - c: - - Context - - ) @@ -5615,6 +5609,12 @@ classes (which should be short-lived). ( + + c: + + Context + + ) @@ -16420,9 +16420,9 @@ It has

-
+
- + @@ -16444,9 +16444,9 @@ It has

- name: + denot: - Name + Denotation ) @@ -16461,12 +16461,12 @@ It has

-
-

The name as a text

+
+

Textual representation of denotation

-
-

The name as a text

+
+

Textual representation of denotation

@@ -16483,9 +16483,9 @@ It has

-
+
- + @@ -16507,9 +16507,9 @@ It has

- const: + sc: - Constant + Scope ) @@ -16524,12 +16524,12 @@ It has

-
-

Textual representation of constant

+
+

Textual representation of all definitions in a scope using dclText for each

-
-

Textual representation of constant

+
+

Textual representation of all definitions in a scope using dclText for each

@@ -16546,9 +16546,9 @@ It has

-
+
- [+] + @@ -16570,9 +16570,12 @@ It has

- sym: + tree: - Symbol + Tree +[ +T +] ) @@ -16587,14 +16590,12 @@ It has

-
-

Textual representation, including symbol's kind e.g., "class Foo", "method Bar". -If hasMeaninglessName is true, uses the owner's name to disambiguate i...

+
+

Textual representation of tree

-
-

Textual representation, including symbol's kind e.g., "class Foo", "method Bar". -If hasMeaninglessName is true, uses the owner's name to disambiguate identity.

+
+

Textual representation of tree

@@ -16674,9 +16675,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.
-
+
- + [+] @@ -16698,9 +16699,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity. - denot: + sym: - Denotation + Symbol ) @@ -16715,12 +16716,14 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.
-
-

Textual representation of denotation

+
+

Textual representation, including symbol's kind e.g., "class Foo", "method Bar". +If hasMeaninglessName is true, uses the owner's name to disambiguate i...

-
-

Textual representation of denotation

+
+

Textual representation, including symbol's kind e.g., "class Foo", "method Bar". +If hasMeaninglessName is true, uses the owner's name to disambiguate identity.

@@ -16737,9 +16740,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.
-
+
- + @@ -16761,9 +16764,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity. - annot: + const: - Annotation + Constant ) @@ -16778,12 +16781,12 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.
-
-

Textual representation of annotation

+
+

Textual representation of constant

-
-

Textual representation of annotation

+
+

Textual representation of constant

@@ -16800,9 +16803,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity.
-
+
- + @@ -16824,12 +16827,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate identity. - tree: + result: - Tree -[ -T -] + SearchResult ) @@ -16844,12 +16844,12 @@ T
-
-

Textual representation of tree

+
+

Textual representation of implicit search result

-
-

Textual representation of tree

+
+

Textual representation of implicit search result

@@ -16866,9 +16866,9 @@ T
-
+
- + @@ -16890,9 +16890,9 @@ T - result: + name: - SearchResult + Name ) @@ -16907,12 +16907,12 @@ T
-
-

Textual representation of implicit search result

+
+

The name as a text

-
-

Textual representation of implicit search result

+
+

The name as a text

@@ -16929,9 +16929,9 @@ T
-
+
- + @@ -16953,9 +16953,9 @@ T - sc: + annot: - Scope + Annotation ) @@ -16970,12 +16970,12 @@ T
-
-

Textual representation of all definitions in a scope using dclText for each

+
+

Textual representation of annotation

-
-

Textual representation of all definitions in a scope using dclText for each

+
+

Textual representation of annotation

diff --git a/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html b/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html index 5e80e097c..5807e6c17 100644 --- a/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html +++ b/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html @@ -11901,9 +11901,9 @@ of this run.

-
+
- + @@ -11927,7 +11927,15 @@ of this run.

fs: - FlagConjunction + FlagSet + + , + + + + butNot: + + FlagSet ) @@ -11955,12 +11963,14 @@ of this run.

-
-

Has this denotation all of the flags in fs set?

+
+

Has this denotation one of the flags in fs set, whereas none of the flags +in butNot are set?

-
-

Has this denotation all of the flags in fs set?

+
+

Has this denotation one of the flags in fs set, whereas none of the flags +in butNot are set?

@@ -11977,9 +11987,9 @@ of this run.

-
+
- + @@ -12003,15 +12013,7 @@ of this run.

fs: - FlagSet - - , - - - - butNot: - - FlagSet + FlagConjunction ) @@ -12039,14 +12041,12 @@ of this run.

-
-

Has this denotation one of the flags in fs set, whereas none of the flags -in butNot are set?

+
+

Has this denotation all of the flags in fs set?

-
-

Has this denotation one of the flags in fs set, whereas none of the flags -in butNot are set?

+
+

Has this denotation all of the flags in fs set?

@@ -17383,7 +17383,7 @@ have existing symbols.

that: => - SingleDenotation + Denotation ) @@ -17393,16 +17393,18 @@ have existing symbols.

- : SingleDenotation + : Denotation
- +

If this denotation does not exist, fallback to alternative

+
- +

If this denotation does not exist, fallback to alternative

+
-
+
- + @@ -12622,7 +12622,15 @@ of this run.

fs: - FlagConjunction + FlagSet + + , + + + + butNot: + + FlagSet ) @@ -12650,12 +12658,14 @@ of this run.

-
-

Has this denotation all of the flags in fs set?

+
+

Has this denotation one of the flags in fs set, whereas none of the flags +in butNot are set?

-
-

Has this denotation all of the flags in fs set?

+
+

Has this denotation one of the flags in fs set, whereas none of the flags +in butNot are set?

@@ -12672,9 +12682,9 @@ of this run.

-
+
- + @@ -12698,15 +12708,7 @@ of this run.

fs: - FlagSet - - , - - - - butNot: - - FlagSet + FlagConjunction ) @@ -12734,14 +12736,12 @@ of this run.

-
-

Has this denotation one of the flags in fs set, whereas none of the flags -in butNot are set?

+
+

Has this denotation all of the flags in fs set?

-
-

Has this denotation one of the flags in fs set, whereas none of the flags -in butNot are set?

+
+

Has this denotation all of the flags in fs set?

@@ -18862,7 +18862,7 @@ These are called a "flock". Flock members are generated by

that: => - SingleDenotation + Denotation ) @@ -18872,16 +18872,18 @@ These are called a "flock". Flock members are generated by

- : SingleDenotation + : Denotation
- +

If this denotation does not exist, fallback to alternative

+
- +

If this denotation does not exist, fallback to alternative

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

- args: + arg: - List -[ -Type -] + Type ) @@ -6382,17 +6379,11 @@ Type
-
-

The type representing

-

T[U1, ..., Un]

-

where

- +
+
-
-

The type representing

-

T[U1, ..., Un]

-

where

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

The type representing

+

T[U1, ..., Un]

+

where

+
-
- +
+

The type representing

+

T[U1, ..., Un]

+

where

+
-
+
- + @@ -6514,7 +6506,15 @@ Type - arg: + arg1: + + Type + + , + + + + arg2: Type @@ -6544,10 +6544,10 @@ Type
-
+
-
+
diff --git a/api/dotty/tools/dotc/util/Positions$/Position.html b/api/dotty/tools/dotc/util/Positions$/Position.html index a39ac9533..a8f3b8c59 100644 --- a/api/dotty/tools/dotc/util/Positions$/Position.html +++ b/api/dotty/tools/dotc/util/Positions$/Position.html @@ -5472,24 +5472,6 @@ All quantities are encoded opaquely in a Long.

-
-
- Position - ( - - - - encoding: - - Int - - - ) -
-
- - -
Position @@ -5523,6 +5505,24 @@ All quantities are encoded opaquely in a Long.

+ +
+
+ Position + ( + + + + encoding: + + Int + + + ) +
+
+ +

diff --git a/api/dotty/tools/io/Jar$/WManifest.html b/api/dotty/tools/io/Jar$/WManifest.html index 2a636b77b..10ea9bd3c 100644 --- a/api/dotty/tools/io/Jar$/WManifest.html +++ b/api/dotty/tools/io/Jar$/WManifest.html @@ -5460,12 +5460,6 @@ ( - - x$0: - - Manifest - - )

@@ -5481,7 +5475,7 @@ x$0: - InputStream + Manifest ) @@ -5496,6 +5490,12 @@ ( + + x$0: + + InputStream + + )
diff --git a/api/strawman/collections/CollectionStrawMan1$/View.html b/api/strawman/collections/CollectionStrawMan1$/View.html index 937c04e6e..8b2dbd33f 100644 --- a/api/strawman/collections/CollectionStrawMan1$/View.html +++ b/api/strawman/collections/CollectionStrawMan1$/View.html @@ -6083,7 +6083,7 @@ B Iterator [ -B +A ] @@ -6096,7 +6096,7 @@ B : View [ -B +A ]
@@ -6150,7 +6150,7 @@ B Iterator [ -A +B ] @@ -6163,7 +6163,7 @@ A : View [ -A +B ]
-- cgit v1.2.3