From abb6c717277fb7eb8635d94c32ecab5dee4dd903 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 2 Feb 2017 13:39:36 +0100 Subject: Initial gh-pages commit --- api/dotty/tools/dotc/core/Scopes$.html | 6009 ++++++++++++++++++++++++++++++++ 1 file changed, 6009 insertions(+) create mode 100644 api/dotty/tools/dotc/core/Scopes$.html (limited to 'api/dotty/tools/dotc/core/Scopes$.html') diff --git a/api/dotty/tools/dotc/core/Scopes$.html b/api/dotty/tools/dotc/core/Scopes$.html new file mode 100644 index 000000000..c4e4d2be9 --- /dev/null +++ b/api/dotty/tools/dotc/core/Scopes$.html @@ -0,0 +1,6009 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+ + + + +
+
+ + final + + + object + + + Scopes + +
+ + + +

Members

+ +
+ +
+
+ + + + + final + + + object + + + + EmptyScope + + + + + + + + +
+ +
+

The empty scope (immutable).

+ +
+
+ +
+
+ + + + + + + + class + + + + ErrorScope + + + + + + + + +
+ +
+

A class for error scopes (mutable)

+ +
+
+ +
+
+ + + + + + + + class + + + + MutableScope + + + + + + + + +
+ +
+

A subclass of Scope that defines methods for entering and +unlinking entries. +Note: constructor is protected to force everyone to use the factory methods... +

+ +
+
+ +
+
+ + + + + final + + + object + + + + MutableScope + + + + + + + + +
+ +
+

A subclass of Scope that defines methods for entering and +unlinking entries. +Note: constructor is protected to force everyone to use the factory methods... +

+ +
+
+ +
+
+ + + + + abstract + + + class + + + + Scope + + + + + + + + +
+ +
+

A scope contains a set of symbols. It can be an extension +of some outer scope, from which it inherits all symbols. +This class does not have any methods... +

+ +
+
+ +
+
+ + + + + + + + class + + + + ScopeEntry + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + private final + + + val + + + + FillFactor + + + + + + + + + : 0.6666666666666666 + +
+ +
+

Maximal fill factor of hash table

+ +
+
+ +
+
+ + + + + private final + + + val + + + + MaxRecursions + + + + + + + + + : 1000 + +
+ +
+

The maximal permissible number of recursions when creating +a hashtable

+ +
+
+ +
+
+ + + + + private final + + + val + + + + MinHash + + + + + + + + + : 8 + +
+ +
+ +
+
+ +
+
+ + + + + + + + val + + + + selectAll + + + + + + + + + : + +
+ +
+ +
+
+ +
+
+ + + + + + + + val + + + + selectNonPrivate + + + + + + + + + : + +
+ +
+ +
+
+ +
+
+ + + + + + + + val + + + + selectPrivate + + + + + + + + + : + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + newNestedScope + + + + + + ( + + + + outer: + + Scope + + + ) + + ( + + implicit + + + + ctx: + + Context + + + ) + + + + + + + : MutableScope + +
+ +
+

Create a new scope nested in another one with which it shares its elements

+ +
+
+ +
+
+ + + + + + + + def + + + + newPackageScope + + + + + + ( + + + + pkgClass: + + Symbol + + + ) + + + + + + + : MutableScope + +
+ +
+

Create new scope for the members of package pkg

+ +
+
+ +
+
+ + + + + + + + def + + + + newScope + + + + + + + + + : MutableScope + +
+ +
+

Create a new scope

+ +
+
+ +
+
+ + + + + + + + def + + + + newScopeWith + + + + + + ( + + + + elems: + + +[ +Symbol +] + + + ) + + ( + + implicit + + + + ctx: + + Context + + + ) + + + + + + + : MutableScope + +
+ +
+

Create a new scope with given initial elements

+ +
+
+ +
+
+ + + + + + + + def + + + + scopeTransform + + + + + + ( + + + + owner: + + Symbol + + + ) + + ( + + + + op: => + + MutableScope + + + ) + + + + + + + : MutableScope + +
+ +
+

Transform scope of members of owner using operation op +This is overridden by the reflective compiler to avoid creating new scopes for packages

+ +
+
+ +
+
+
+
+ + + + + + + + + + + + -- cgit v1.2.3