mill.javalib.internal
package mill.javalib.internal
Members list
Type members
Classlikes
case class JvmWorkerArgs(compilerBridge: ZincCompilerBridgeProvider, classPath: Seq[Path], jobs: Int, zincLogDebug: Boolean, close0: () => Unit)
Attributes
- Source
- JvmWorkerFactoryApi.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait JvmWorkerFactoryApi
Attributes
- Source
- JvmWorkerFactoryApi.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object MavenWorkerSupport
Attributes
- Source
- MavenWorkerSupport.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MavenWorkerSupport.type
object ModuleUtils
Attributes
- Source
- ModuleUtils.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ModuleUtils.type
Attributes
- Companion
- object
- Source
- RpcCompileProblemReporterMessage.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class FileVisitedobject Finishclass LogErrorclass LogInfoclass LogWarningclass NotifyProgressobject PrintSummaryobject StartShow all
Attributes
- Companion
- trait
- Source
- RpcCompileProblemReporterMessage.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
case class RpcDiagnosticCode(code: String, explanation: Option[String]) extends DiagnosticCode
A DiagnosticCode that is sent over RPC.
A DiagnosticCode that is sent over RPC.
Attributes
- Companion
- object
- Source
- RpcDiagnosticCode.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DiagnosticCodeclass Objecttrait Matchableclass AnyShow all
object RpcDiagnosticCode
Attributes
- Companion
- class
- Source
- RpcDiagnosticCode.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RpcDiagnosticCode.type
case class RpcProblem(category: String, severity: Severity, message: String, position: RpcProblemPosition, diagnosticCode: Option[RpcDiagnosticCode]) extends Problem
A Problem that is sent over RPC.
A Problem that is sent over RPC.
Attributes
- Companion
- object
- Source
- RpcProblem.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Problemclass Objecttrait Matchableclass AnyShow all
object RpcProblem
Attributes
- Companion
- class
- Source
- RpcProblem.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RpcProblem.type
case class RpcProblemPosition(line: Option[Int], lineContent: String, offset: Option[Int], pointer: Option[Int], pointerSpace: Option[String], sourcePath: Option[String], sourceFile: Option[File], startOffset: Option[Int], endOffset: Option[Int], startLine: Option[Int], startColumn: Option[Int], endLine: Option[Int], endColumn: Option[Int]) extends ProblemPosition
ProblemPosition that can be sent over RPC.
ProblemPosition that can be sent over RPC.
Attributes
- Companion
- object
- Source
- RpcProblemPosition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProblemPositionclass Objecttrait Matchableclass AnyShow all
object RpcProblemPosition
Attributes
- Companion
- class
- Source
- RpcProblemPosition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RpcProblemPosition.type
object SemanticdbProcessor
Attributes
- Source
- SemanticdbProcessor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SemanticdbProcessor.type
Allows you to retrieve or compile the Scala compiler bridge.
Allows you to retrieve or compile the Scala compiler bridge.
Value parameters
- logInfo
-
logs a message at INFO level.
- workspace
-
Workspace for the compiler bridge.
Attributes
- Companion
- object
- Source
- ZincCompilerBridgeProvider.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ZincCompilerBridgeProvider
Attributes
- Companion
- class
- Source
- ZincCompilerBridgeProvider.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
In this article