object perRunCaches
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- perRunCaches
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAll(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newAnyRefMap[K <: AnyRef, V](): AnyRefMap[K, V]
-
def
newGeneric[T](f: ⇒ T, cleanup: (T) ⇒ Unit = (x: Any) => ()): () ⇒ T
Register a cache specified by a factory function and (optionally) a cleanup function.
Register a cache specified by a factory function and (optionally) a cleanup function.
- returns
A function that will return cached value, or create a fresh value when a new run is started.
- def newMap[K, V](): HashMap[K, V]
- def newSet[K](): HashSet[K]
- def newWeakMap[K, V](): WeakHashMap[K, V]
- def newWeakSet[K <: AnyRef](): WeakHashSet[K]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def recordCache[T <: Clearable](cache: T): T
-
final
def
recordClassloader(loader: ClassLoader): ClassLoader
Closes the provided classloader at the conclusion of this Run
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unrecordCache[T <: Clearable](cache: T): Unit
Removes a cache from the per-run caches.
Removes a cache from the per-run caches. This is useful for testing: it allows running the compiler and then inspect the state of a cache.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()