Class

scala.meta.internal.pc

ScalaPresentationCompiler

Related Doc: package pc

Permalink

case class ScalaPresentationCompiler(buildTargetIdentifier: String = "", classpath: collection.Seq[Path] = Nil, options: List[String] = Nil, search: SymbolSearch = EmptySymbolSearch, ec: ExecutionContextExecutor = ExecutionContext.global, sh: Option[ScheduledExecutorService] = None, config: PresentationCompilerConfig = PresentationCompilerConfigImpl()) extends PresentationCompiler with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, PresentationCompiler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaPresentationCompiler
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PresentationCompiler
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaPresentationCompiler()

    Permalink
  2. new ScalaPresentationCompiler(buildTargetIdentifier: String = "", classpath: collection.Seq[Path] = Nil, options: List[String] = Nil, search: SymbolSearch = EmptySymbolSearch, ec: ExecutionContextExecutor = ExecutionContext.global, sh: Option[ScheduledExecutorService] = None, config: PresentationCompilerConfig = PresentationCompilerConfigImpl())

    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. val access: CompilerAccess

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def autoImports(name: String, params: OffsetParams): CompletableFuture[java.util.List[AutoImportsResult]]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  7. val buildTargetIdentifier: String

    Permalink
  8. val classpath: collection.Seq[Path]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def complete(params: OffsetParams): CompletableFuture[CompletionList]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  11. def completionItemResolve(item: CompletionItem, symbol: String): CompletableFuture[CompletionItem]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  12. val config: PresentationCompilerConfig

    Permalink
  13. def definition(params: OffsetParams): CompletableFuture[DefinitionResult]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  14. def diagnosticsForDebuggingPurposes(): java.util.List[String]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  15. val ec: ExecutionContextExecutor

    Permalink
  16. def emptyCompletion: CompletionList

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hover(params: OffsetParams): CompletableFuture[Optional[Hover]]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  21. def implementAbstractMembers(params: OffsetParams): CompletableFuture[java.util.List[TextEdit]]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val logger: Logger

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def newCompiler(): MetalsGlobal

    Permalink
  26. def newInstance(buildTargetIdentifier: String, classpath: java.util.List[Path], options: java.util.List[String]): PresentationCompiler

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. val options: List[String]

    Permalink
  30. def restart(): Unit

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  31. val search: SymbolSearch

    Permalink
  32. def semanticdbTextDocument(filename: String, code: String): CompletableFuture[Array[Byte]]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  33. val sh: Option[ScheduledExecutorService]

    Permalink
  34. def shutdown(): Unit

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  35. def signatureHelp(params: OffsetParams): CompletableFuture[SignatureHelp]

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withConfiguration(config: PresentationCompilerConfig): PresentationCompiler

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  41. def withExecutorService(executorService: ExecutorService): PresentationCompiler

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  42. def withScheduledExecutorService(sh: ScheduledExecutorService): PresentationCompiler

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler
  43. def withSearch(search: SymbolSearch): PresentationCompiler

    Permalink
    Definition Classes
    ScalaPresentationCompiler → PresentationCompiler

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from PresentationCompiler

Inherited from AnyRef

Inherited from Any

Ungrouped