mill.javalib.api.internal
package mill.javalib.api.internal
Members list
Type members
Classlikes
trait InternalJvmWorkerApi extends JvmWorkerApi, AutoCloseable
Attributes
- Companion
- object
- Source
- InternalJvmWorkerApi.scala
- Supertypes
- Known subtypes
-
class JvmWorkerImpl
object InternalJvmWorkerApi
Attributes
- Companion
- trait
- Source
- InternalJvmWorkerApi.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InternalJvmWorkerApi.type
object JavaCompilerOptions
Attributes
- Source
- JavaCompilerOptions.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JavaCompilerOptions.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 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 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
Attributes
- Companion
- object
- Source
- RpcProblemMessage.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class FileVisitedobject Finishclass LogErrorclass LogInfoclass LogWarningclass NotifyProgressobject PrintSummaryobject StartShow all
object RpcProblemMessage
Attributes
- Companion
- trait
- Source
- RpcProblemMessage.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RpcProblemMessage.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 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
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ZincCompilerBridgeProvider
Attributes
- Companion
- class
- Source
- ZincCompilerBridgeProvider.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- ZincOp.scala
- Supertypes
- Known subtypes
-
class CompileJavaclass CompileMixedclass DiscoverJunit5Testsclass DiscoverTestsclass GetTestTasksclass ScaladocJarShow all
object ZincOp
Attributes
- Companion
- trait
- Source
- ZincOp.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ZincOp.type
In this article