aboutsummaryrefslogtreecommitdiff
path: root/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html
diff options
context:
space:
mode:
authordotty-bot <felix.mulder@epfl.ch>2017-04-10 09:38:07 +0000
committerdotty-bot <felix.mulder@epfl.ch>2017-04-10 09:38:07 +0000
commit882b4b6e06393574267297ca4fc13fa31bfcfd3f (patch)
tree7eeb5cf07f8ba61c2121ec602fead72e3d3cbef9 /api/dotty/tools/dotc/core/Flags$/FlagConjunction.html
parentc3bd69ce20a9250b772294885b57021c24e24a8e (diff)
downloaddotty-882b4b6e06393574267297ca4fc13fa31bfcfd3f.tar.gz
dotty-882b4b6e06393574267297ca4fc13fa31bfcfd3f.tar.bz2
dotty-882b4b6e06393574267297ca4fc13fa31bfcfd3f.zip
Update gh-pages site for 318700fdaacd7e6707519e03f15a5ede99ca558a
Diffstat (limited to 'api/dotty/tools/dotc/core/Flags$/FlagConjunction.html')
-rw-r--r--api/dotty/tools/dotc/core/Flags$/FlagConjunction.html100
1 files changed, 30 insertions, 70 deletions
diff --git a/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html b/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html
index 0dd151c7d..d360aa4e8 100644
--- a/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html
+++ b/api/dotty/tools/dotc/core/Flags$/FlagConjunction.html
@@ -3144,21 +3144,6 @@
</li>
- <li class="index-entity with-companion ">
- <div class="entity-kinds">
-
- <a class="letter-anchor object" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Const$.html">O</a>
-
- <a class="letter-anchor case class" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Const.html">C</a>
- </div>
- <a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Const.html">Const</a>
- </li>
-
-
-
-
-
-
<li class="index-entity ">
<div class="entity-kinds">
@@ -3202,16 +3187,6 @@
<li class="index-entity ">
<div class="entity-kinds">
- <a class="letter-anchor trait" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Point.html">T</a>
- </div>
- <a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Point.html">Point</a>
- </li>
-
-
-
- <li class="index-entity ">
- <div class="entity-kinds">
-
<a class="letter-anchor trait" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Space.html">T</a>
</div>
<a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Space.html">Space</a>
@@ -3253,21 +3228,6 @@
-
- <li class="index-entity with-companion ">
- <div class="entity-kinds">
-
- <a class="letter-anchor object" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Var$.html">O</a>
-
- <a class="letter-anchor case class" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Var.html">C</a>
- </div>
- <a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/transform/patmat/Var.html">Var</a>
- </li>
-
-
-
-
-
<li class="index-entity entity-package">
<a class="entity-name" href="../../../../../.././api/dotty/tools/dotc/typer/index.html">dotty.tools.dotc.typer</a>
@@ -6063,9 +6023,9 @@ String
</script>
</div><!-- end member -->
- <div id="is(flags)" class="member ">
+ <div id="is(flags,butNot)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(flags)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(flags,butNot)');">[+]</span>
<span class="member-annotations">
</span>
@@ -6089,7 +6049,15 @@ String
<span class="no-left">
flags:
</span>
- FlagConjunction
+ FlagSet
+
+ <span class="no-left">, </span>
+
+
+ <span class="">
+ butNot:
+ </span>
+ FlagSet
<span class="no-left">)</span>
@@ -6104,14 +6072,14 @@ String
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-is(flags)">
- <p>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.</p>
+ <div class="member-body-short" id="short-body-is(flags,butNot)">
+ <p>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 <code>butNot</code> set?</p>
</div>
- <div class="member-body-long" id ="long-body-is(flags)">
- <p>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.</p>
+ <div class="member-body-long" id ="long-body-is(flags,butNot)">
+ <p>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 <code>butNot</code> set?</p>
</div>
</div>
@@ -6195,7 +6163,7 @@ This means that both the kind flags and the carrier bits have non-empty intersec
<div id="is(flags,butNot)" class="member ">
<div class="member-title">
- <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(flags,butNot)');">[+]</span>
+ <span class="expand-button " onclick="toggleMemberBody(this, 'is(flags,butNot)');">[+]</span>
<span class="member-annotations">
</span>
@@ -6219,7 +6187,7 @@ This means that both the kind flags and the carrier bits have non-empty intersec
<span class="no-left">
flags:
</span>
- FlagSet
+ FlagConjunction
<span class="no-left">, </span>
@@ -6243,13 +6211,15 @@ This means that both the kind flags and the carrier bits have non-empty intersec
<div class="member-body">
<div class="member-body-short" id="short-body-is(flags,butNot)">
- <p>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 <code>butNot</code> set?</p>
+ <p>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 <code>butNot</code> set?
+Pre: The intersect...</p>
</div>
<div class="member-body-long" id ="long-body-is(flags,butNot)">
- <p>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 <code>butNot</code> set?</p>
+ <p>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 <code>butNot</code> set?
+Pre: The intersection of the typeflags of both sets must be non-empty.</p>
</div>
</div>
@@ -6266,9 +6236,9 @@ and at the same time contain none of the flags in the <code>butNot</code> set?</
</script>
</div><!-- end member -->
- <div id="is(flags,butNot)" class="member ">
+ <div id="is(flags)" class="member ">
<div class="member-title">
- <span class="expand-button " onclick="toggleMemberBody(this, 'is(flags,butNot)');">[+]</span>
+ <span class="expand-button invisible" onclick="toggleMemberBody(this, 'is(flags)');">[+]</span>
<span class="member-annotations">
</span>
@@ -6294,14 +6264,6 @@ and at the same time contain none of the flags in the <code>butNot</code> set?</
</span>
FlagConjunction
- <span class="no-left">, </span>
-
-
- <span class="">
- butNot:
- </span>
- FlagSet
-
<span class="no-left">)</span>
@@ -6315,15 +6277,13 @@ and at the same time contain none of the flags in the <code>butNot</code> set?</
</div><!-- end member-title -->
<div class="member-body">
- <div class="member-body-short" id="short-body-is(flags,butNot)">
+ <div class="member-body-short" id="short-body-is(flags)">
<p>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 <code>butNot</code> set?
-Pre: The intersect...</p>
+Pre: The intersection of the typeflags of both sets must be non-empty.</p>
</div>
- <div class="member-body-long" id ="long-body-is(flags,butNot)">
+ <div class="member-body-long" id ="long-body-is(flags)">
<p>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 <code>butNot</code> set?
Pre: The intersection of the typeflags of both sets must be non-empty.</p>
</div>