scalafix.internal.interfaces

Members list

Type members

Classlikes

case class DelegateJavaDiagnostic(diagnostic: RuleDiagnostic) extends ScalafixDiagnostic

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object PositionImpl

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ScalafixArgumentsImpl(args: Args) extends ScalafixArguments

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ScalafixEvaluationImpl(exitStatus: ExitStatus, errorMessage: Option[String], fileEvaluations: Seq[ScalafixFileEvaluationImpl]) extends ScalafixEvaluation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class ScalafixImpl extends Scalafix

Attributes

Supertypes
trait Scalafix
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ScalafixPatchImpl(patch: Patch)(args: ValidatedArgs, ctx: RuleCtx, index: SemanticdbIndex) extends ScalafixPatch

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class ScalafixRuleImpl(rule: Rule) extends ScalafixRule

Attributes

Companion
object
Supertypes
trait ScalafixRule
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ScalafixTextEditImpl(position: ScalafixPosition, newText: String) extends ScalafixTextEdit

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all