o

bloop.engine

Feedback

object Feedback

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feedback
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class XMessageString extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val MissingPipeName: String
  5. val MissingSocket: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def configuredMetalsProjects(projects: Traversable[Project]): String
  9. def detectMissingDependencies(projectName: String, missing: List[String]): Option[String]
  10. def detectedJdkWithoutJDI(error: Throwable): String
  11. def detectedUnsupportedJreForDebugging(error: Throwable): String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def excessiveSocketLength(socket: Path): String
  15. def excessiveSocketLengthInMac(socket: Path): String
  16. def existingSocketFile(socket: Path): String
  17. def expectedDefaultMainClass(project: Project): String
  18. def failedMetalsConfiguration(version: String, cause: String): String
  19. def failedToLink(project: Project, linker: String, t: Throwable): String
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def listMainClasses(mainClasses: List[String]): String
  25. def missingConfigDirectory(configDirectory: AbsolutePath): String
  26. def missingInstanceForJavaCompilation(project: Project): String
  27. def missingLinkArtifactFor(project: Project, artifactName: String, linker: String): String
  28. def missingMainClass(project: Project): String
  29. def missingParentOfSocket(socket: Path): String
  30. def missingScalaInstance(project: Project): String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def noLinkFor(project: Project): String
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def outOfRangePort(n: Int): String
  36. def pprint(projects: Traversable[Project]): String
  37. def printException(error: String, t: Throwable): String
  38. def reportRecursiveTrace(trace: RecursiveTrace): String
  39. def reservedPortNumber(n: Int): String
  40. def skippedUnsupportedScalaMetals(scalaVersion: String): String
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def unexpectedPipeFormat(pipeName: String): String
  44. def unknownHostName(host: String): String
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped