scalafix.internal.interfaces
package scalafix.internal.interfaces
Members list
Type members
Classlikes
case class DelegateJavaDiagnostic(diagnostic: RuleDiagnostic) extends ScalafixDiagnostic
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalafixDiagnosticclass Objecttrait Matchableclass AnyShow all
object MainCallbackImpl
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MainCallbackImpl.type
object PositionImpl
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PositionImpl.type
final case class ScalafixArgumentsImpl(args: Args) extends ScalafixArguments
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalafixArgumentsclass Objecttrait Matchableclass AnyShow all
object ScalafixDiagnosticImpl
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object ScalafixErrorImpl
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalafixErrorImpl.type
final case class ScalafixEvaluationImpl(exitStatus: ExitStatus, errorMessage: Option[String], fileEvaluations: Seq[ScalafixFileEvaluationImpl]) extends ScalafixEvaluation
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalafixEvaluationclass Objecttrait Matchableclass AnyShow all
object ScalafixEvaluationImpl
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ScalafixFileEvaluationImpl(originalPath: AbsolutePath, fixedOpt: Option[String], exitStatus: ExitStatus, errorMessage: Option[String], diagnostics: Seq[RuleDiagnostic], patches: Seq[ScalafixPatchImpl])(args: ValidatedArgs, ctxOpt: Option[RuleCtx], index: Option[SemanticdbIndex]) extends ScalafixFileEvaluation
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalafixFileEvaluationclass Objecttrait Matchableclass AnyShow all
object ScalafixFileEvaluationImpl
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final class ScalafixImpl extends Scalafix
Attributes
- Supertypes
object ScalafixInputImpl
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalafixInputImpl.type
class ScalafixMainArgsException(msg: String, cause: Throwable) extends ScalafixException, NoStackTrace
Attributes
- Supertypes
-
trait NoStackTraceclass ScalafixExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class ScalafixPatchImpl(patch: Patch)(args: ValidatedArgs, ctx: RuleCtx, index: SemanticdbIndex) extends ScalafixPatch
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalafixPatchclass Objecttrait Matchableclass AnyShow all
final class ScalafixRuleImpl(rule: Rule) extends ScalafixRule
Attributes
- Companion
- object
- Supertypes
object ScalafixRuleImpl
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalafixRuleImpl.type
final case class ScalafixTextEditImpl(position: ScalafixPosition, newText: String) extends ScalafixTextEdit
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalafixTextEditclass Objecttrait Matchableclass AnyShow all
In this article