Class

scala.meta.internal.pc

ScalaCompilerAccess

Related Doc: package pc

Permalink

class ScalaCompilerAccess extends CompilerAccess[StoreReporter, MetalsGlobal]

Linear Supertypes
CompilerAccess[StoreReporter, MetalsGlobal], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCompilerAccess
  2. CompilerAccess
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaCompilerAccess(config: PresentationCompilerConfig, sh: Option[ScheduledExecutorService], newCompiler: () ⇒ ScalaCompilerWrapper)(implicit ec: ExecutionContextExecutor)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def handleSharedCompilerException(t: Throwable): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaCompilerAccessCompilerAccess
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def ignoreException(t: Throwable): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaCompilerAccessCompilerAccess
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isLoaded(): Boolean

    Permalink
    Definition Classes
    CompilerAccess
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def newReporter(): StoreReporter

    Permalink
    Definition Classes
    ScalaCompilerAccessCompilerAccess
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def reporter: StoreReporter

    Permalink
    Definition Classes
    CompilerAccess
  20. def shutdown(): Unit

    Permalink
    Definition Classes
    CompilerAccess
  21. def shutdownCurrentCompiler(): Unit

    Permalink
    Definition Classes
    CompilerAccess
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withInterruptableCompiler[T](default: T, token: CancelToken)(thunk: (CompilerWrapper[StoreReporter, MetalsGlobal]) ⇒ T): CompletableFuture[T]

    Permalink

    Asynchronously execute a function on the compiler thread with Thread.interrupt() cancellation.

    Asynchronously execute a function on the compiler thread with Thread.interrupt() cancellation.

    Definition Classes
    CompilerAccess
  28. def withNonInterruptableCompiler[T](default: T, token: CancelToken)(thunk: (CompilerWrapper[StoreReporter, MetalsGlobal]) ⇒ T): CompletableFuture[T]

    Permalink

    Asynchronously execute a function on the compiler thread without Thread.interrupt() cancellation.

    Asynchronously execute a function on the compiler thread without Thread.interrupt() cancellation.

    Note that the function is still cancellable.

    Definition Classes
    CompilerAccess
  29. def withSharedCompiler[T](default: T)(thunk: (CompilerWrapper[StoreReporter, MetalsGlobal]) ⇒ T): T

    Permalink

    Execute a function on the current thread without cancellation support.

    Execute a function on the current thread without cancellation support.

    May potentially run in parallel with other requests, use carefully.

    Definition Classes
    CompilerAccess

Inherited from CompilerAccess[StoreReporter, MetalsGlobal]

Inherited from AnyRef

Inherited from Any

Ungrouped