From b45ed2e609603cdaa94f9b7f5099da01e5e45314 Mon Sep 17 00:00:00 2001 From: dotty-bot Date: Fri, 3 Feb 2017 16:56:03 +0000 Subject: Update gh-pages site for b71acb9a74382742a43d82eebeff6c7602625500 --- api/dotty/tools/dotc/ast/Trees$/Instance.html | 58 +++++++++++++ api/dotty/tools/dotc/ast/tpd$.html | 58 +++++++++++++ api/dotty/tools/dotc/core/Contexts$/Context.html | 94 +++++++++++----------- .../tools/dotc/core/Flags$/FlagConjunction.html | 26 +++--- .../tools/dotc/core/Symbols$/ClassSymbol.html | 68 ++++++++-------- api/dotty/tools/dotc/core/Symbols$/Symbol.html | 68 ++++++++-------- api/dotty/tools/dotc/core/Types$/Type.html | 48 +++++------ .../collections/CollectionStrawMan1$/View.html | 12 +-- 8 files changed, 274 insertions(+), 158 deletions(-) diff --git a/api/dotty/tools/dotc/ast/Trees$/Instance.html b/api/dotty/tools/dotc/ast/Trees$/Instance.html index 8283ab902..93b78796d 100644 --- a/api/dotty/tools/dotc/ast/Trees$/Instance.html +++ b/api/dotty/tools/dotc/ast/Trees$/Instance.html @@ -7948,6 +7948,64 @@ Tree +
+
+ + + + + protected + + + def + + + + skipTransform + + + + + + ( + + + + tree: + + Tree + + + ) + + ( + + implicit + + + + ctx: + + Context + + + ) + + + + + + + : Boolean + +
+ +
+

Hook to indicate that a transform of some subtree should be skipped

+ +
+
+ diff --git a/api/dotty/tools/dotc/ast/tpd$.html b/api/dotty/tools/dotc/ast/tpd$.html index 6eaa04d23..dd149a871 100644 --- a/api/dotty/tools/dotc/ast/tpd$.html +++ b/api/dotty/tools/dotc/ast/tpd$.html @@ -10792,6 +10792,64 @@ Tree +
+
+ + + + + override + + + def + + + + skipTransform + + + + + + ( + + + + tree: + + Tree + + + ) + + ( + + implicit + + + + ctx: + + Context + + + ) + + + + + + + : Boolean + +
+ +
+

Hook to indicate that a transform of some subtree should be skipped

+ +
+
+
diff --git a/api/dotty/tools/dotc/core/Contexts$/Context.html b/api/dotty/tools/dotc/core/Contexts$/Context.html index d43a9f6f5..aec5af646 100644 --- a/api/dotty/tools/dotc/core/Contexts$/Context.html +++ b/api/dotty/tools/dotc/core/Contexts$/Context.html @@ -7913,7 +7913,7 @@ was created, otherwise null.

-
+
@@ -7936,9 +7936,9 @@ was created, otherwise null.

- sym: + sd: - Symbol + SingleDenotation ) @@ -7953,12 +7953,12 @@ was created, otherwise null.

-

Textual representation of symbol's declaration

+

Textual representation of single denotation's declaration

-
+
@@ -7981,9 +7981,9 @@ was created, otherwise null.

- sd: + sym: - SingleDenotation + Symbol ) @@ -7998,7 +7998,7 @@ was created, otherwise null.

-

Textual representation of single denotation's declaration

+

Textual representation of symbol's declaration

@@ -12622,7 +12622,7 @@ It has

-
+
@@ -12645,9 +12645,9 @@ It has

- const: + name: - Constant + Name ) @@ -12662,12 +12662,12 @@ It has

-

Textual representation of constant

+

The name as a text

-
+
@@ -12690,9 +12690,9 @@ It has

- denot: + annot: - Denotation + Annotation ) @@ -12707,12 +12707,12 @@ It has

-

Textual representation of denotation

+

Textual representation of annotation

-
+
@@ -12735,9 +12735,12 @@ It has

- annot: + tree: - Annotation + Tree +[ +T +] ) @@ -12747,17 +12750,18 @@ It has

- : Text + : [T >: dotty.tools.dotc.ast.Trees.Untyped] => + (tree: dotty.tools.dotc.ast.Trees.Tree[T])dotty.tools.dotc.printing.Texts.Text (not handled)
-

Textual representation of annotation

+

Textual representation of tree

-
+
@@ -12780,9 +12784,9 @@ It has

- sym: + sc: - Symbol + Scope ) @@ -12797,13 +12801,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 all definitions in a scope using dclText for each

-
+
@@ -12826,12 +12829,9 @@ If hasMeaninglessName is true, uses the owner's name to disambiguate i...

- tree: + const: - Tree -[ -T -] + Constant ) @@ -12841,18 +12841,17 @@ T - : [T >: dotty.tools.dotc.ast.Trees.Untyped] => - (tree: dotty.tools.dotc.ast.Trees.Tree[T])dotty.tools.dotc.printing.Texts.Text (not handled) + : Text
-

Textual representation of tree

+

Textual representation of constant

-
+
@@ -12875,9 +12874,9 @@ T - sc: + sym: - Scope + Symbol ) @@ -12892,12 +12891,13 @@ T
-

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

+

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

-
+
@@ -12920,9 +12920,9 @@ T - tp: + denot: - Type + Denotation ) @@ -12937,12 +12937,12 @@ T
-

Textual representation of type

+

Textual representation of denotation

-
+
@@ -12965,9 +12965,9 @@ T - name: + tp: - Name + Type ) @@ -12982,7 +12982,7 @@ T
-

The name as a text

+

Textual representation of type

diff --git a/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html b/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html index 6e992f807..54230d21c 100644 --- a/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html +++ b/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html @@ -5750,7 +5750,7 @@ conjunctively. I.e. for a flag conjunction fc, flags: - FlagSet + FlagConjunction ) @@ -5765,8 +5765,8 @@ conjunctively. I.e. for a flag conjunction fc,
-

Does this flag set have a non-empty intersection with the given flag set? -This means that both the kind flags and the carrier bits have non-empty inter...

+

Does this flag set have all of the flags in given flag conjunction? +Pre: The intersection of the typeflags of both sets must be non-empty.

@@ -5796,7 +5796,7 @@ This means that both the kind flags and the carrier bits have non-empty inter... flags: - FlagConjunction + FlagSet ) @@ -5811,8 +5811,8 @@ This means that both the kind flags and the carrier bits have non-empty inter...
-

Does this flag set have all of the flags in given flag conjunction? -Pre: The intersection of the typeflags of both sets must be non-empty.

+

Does this flag set have a non-empty intersection with the given flag set? +This means that both the kind flags and the carrier bits have non-empty inter...

@@ -5842,7 +5842,7 @@ Pre: The intersection of the typeflags of both sets must be non-empty.

flags: - FlagConjunction + FlagSet , @@ -5865,9 +5865,8 @@ Pre: The intersection of the typeflags of both sets must be non-empty.

-

Does this flag set have all of the flags in given flag conjunction? -and at the same time contain none of the flags in the butNot set? -Pre: The intersect...

+

Does this flag set have a non-empty intersection with the given flag set, +and at the same time contain none of the flags in the butNot set?

@@ -5897,7 +5896,7 @@ Pre: The intersect...

flags: - FlagSet + FlagConjunction , @@ -5920,8 +5919,9 @@ Pre: The intersect...

-

Does this flag set have a non-empty intersection with the given flag set, -and at the same time contain none of the flags in the butNot set?

+

Does this flag set have all of the flags in given flag conjunction? +and at the same time contain none of the flags in the butNot set? +Pre: The intersect...

diff --git a/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html b/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html index 22c483de6..4b71fe145 100644 --- a/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html +++ b/api/dotty/tools/dotc/core/Symbols$/ClassSymbol.html @@ -9837,7 +9837,7 @@ of this run.

-
+
@@ -9864,14 +9864,6 @@ of this run.

FlagSet - , - - - - butNot: - - FlagSet - ) @@ -9898,8 +9890,7 @@ 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 one of the flags in fs set?

@@ -9929,7 +9920,7 @@ in butNot are set?

fs: - FlagSet + FlagConjunction ) @@ -9957,12 +9948,12 @@ in butNot are set?

-

Has this denotation one of the flags in fs set?

+

Has this denotation all of the flags in fs set?

-
+
@@ -9987,7 +9978,15 @@ in butNot are set?

fs: - FlagConjunction + FlagSet + + , + + + + butNot: + + FlagSet ) @@ -10015,7 +10014,8 @@ 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?

@@ -15267,7 +15267,7 @@ as seen from subclasses.

-
+
@@ -15286,17 +15286,6 @@ as seen from subclasses.

- ( - - - - depth: - - Int - - - ) - ( implicit @@ -15320,14 +15309,11 @@ as seen from subclasses.

-

The summarized string representation of this showable element. -Recursion depth is limited to some smallish value. Default is -Config.summarizeDepth.

- +
-
+
@@ -15346,6 +15332,17 @@ Config.summarizeDepth.

+ ( + + + + depth: + + Int + + + ) + ( implicit @@ -15369,7 +15366,10 @@ Config.summarizeDepth.

- +

The summarized string representation of this showable element. +Recursion depth is limited to some smallish value. Default is +Config.summarizeDepth.

+
diff --git a/api/dotty/tools/dotc/core/Symbols$/Symbol.html b/api/dotty/tools/dotc/core/Symbols$/Symbol.html index a193c0869..21c05ea10 100644 --- a/api/dotty/tools/dotc/core/Symbols$/Symbol.html +++ b/api/dotty/tools/dotc/core/Symbols$/Symbol.html @@ -10273,7 +10273,7 @@ of this run.

-
+
@@ -10300,14 +10300,6 @@ of this run.

FlagSet - , - - - - butNot: - - FlagSet - ) @@ -10334,8 +10326,7 @@ 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 one of the flags in fs set?

@@ -10365,7 +10356,7 @@ in butNot are set?

fs: - FlagSet + FlagConjunction ) @@ -10393,12 +10384,12 @@ in butNot are set?

-

Has this denotation one of the flags in fs set?

+

Has this denotation all of the flags in fs set?

-
+
@@ -10423,7 +10414,15 @@ in butNot are set?

fs: - FlagConjunction + FlagSet + + , + + + + butNot: + + FlagSet ) @@ -10451,7 +10450,8 @@ 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?

@@ -16857,7 +16857,7 @@ as seen from subclasses.

-
+
@@ -16876,17 +16876,6 @@ as seen from subclasses.

- ( - - - - depth: - - Int - - - ) - ( implicit @@ -16910,14 +16899,11 @@ as seen from subclasses.

-

The summarized string representation of this showable element. -Recursion depth is limited to some smallish value. Default is -Config.summarizeDepth.

- +
-
+
@@ -16936,6 +16922,17 @@ Config.summarizeDepth.

+ ( + + + + depth: + + Int + + + ) + ( implicit @@ -16959,7 +16956,10 @@ Config.summarizeDepth.

- +

The summarized string representation of this showable element. +Recursion depth is limited to some smallish value. Default is +Config.summarizeDepth.

+
diff --git a/api/dotty/tools/dotc/core/Types$/Type.html b/api/dotty/tools/dotc/core/Types$/Type.html index baf66e856..9d36c1b16 100644 --- a/api/dotty/tools/dotc/core/Types$/Type.html +++ b/api/dotty/tools/dotc/core/Types$/Type.html @@ -5938,7 +5938,7 @@ agree wit...

-
+
@@ -5961,12 +5961,17 @@ agree wit...

- args: + arg1: - List -[ -Type -] + Type + + , + + + + arg2: + + Type ) @@ -5994,14 +5999,11 @@ Type
-

The type representing

-

T[U1, ..., Un]

-

where

- +
-
+
@@ -6024,9 +6026,12 @@ Type - arg: + args: - Type + List +[ +Type +] ) @@ -6054,11 +6059,14 @@ Type
- +

The type representing

+

T[U1, ..., Un]

+

where

+
-
+
@@ -6081,15 +6089,7 @@ Type - arg1: - - Type - - , - - - - arg2: + arg: Type diff --git a/api/strawman/collections/CollectionStrawMan1$/View.html b/api/strawman/collections/CollectionStrawMan1$/View.html index 050527e27..bba9d9bbf 100644 --- a/api/strawman/collections/CollectionStrawMan1$/View.html +++ b/api/strawman/collections/CollectionStrawMan1$/View.html @@ -5729,7 +5729,7 @@ B Iterator [ -B +A ] @@ -5740,9 +5740,7 @@ B - : [B] => - (it: => strawman.collections.CollectionStrawMan1.Iterator[B]) - strawman.collections.CollectionStrawMan1.View[B] (not handled) + : View
@@ -5778,7 +5776,7 @@ B Iterator [ -A +B ] @@ -5789,7 +5787,9 @@ A - : View + : [B] => + (it: => strawman.collections.CollectionStrawMan1.Iterator[B]) + strawman.collections.CollectionStrawMan1.View[B] (not handled)
-- cgit v1.2.3