scalafix.internal.v1
package scalafix.internal.v1
Members list
Type members
Classlikes
object ArgExpansion
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ArgExpansion.type
case class Args(rules: List[String], files: List[AbsolutePath], config: Option[AbsolutePath], check: Boolean, stdout: Boolean, diff: Boolean, diffBase: Option[String], syntactic: Boolean, triggered: Boolean, verbose: Boolean, help: Boolean, version: Boolean, classpath: Classpath, sourceroot: Option[AbsolutePath], semanticdbTargetroots: List[AbsolutePath], autoClasspath: Boolean, autoClasspathRoots: List[AbsolutePath], scalacOptions: List[String], scalaVersion: ScalaVersion, bash: Boolean, zsh: Boolean, exclude: List[PathMatcher], toolClasspath: URLClassLoader, charset: Charset, noSysExit: Boolean, noStaleSemanticdb: Boolean, settings: Conf, outFrom: Option[String], outTo: Option[String], autoSuppressLinterErrors: Boolean, cwd: AbsolutePath, nonInteractive: Boolean, out: PrintStream, ls: Ls, callback: ScalafixMainCallback)
object Args extends TPrintImplicits
Attributes
object CompletionsOps
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CompletionsOps.type
final class DelegatingMainCallback(underlying: ScalafixMainCallback) extends ScalafixMainCallback
Attributes
- Supertypes
case class FileException(file: AbsolutePath, cause: Throwable) extends Exception, NoStackTrace
Attributes
- Supertypes
-
trait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object Ls
class Section(val name: String) extends StaticAnnotation
Attributes
- Supertypes
class TPrintImplicits
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Args
case class ValidatedArgs(args: Args, symtab: SymbolTable, rules: Rules, config: ScalafixConfig, classLoader: ClassLoader, sourceroot: AbsolutePath, pathReplace: AbsolutePath => AbsolutePath, diffDisable: DiffDisable, callback: DelegatingMainCallback, semanticdbFileFilter: FilterMatcher)
In this article