scalafix.internal.v1

Members list

Type members

Classlikes

object ArgExpansion

Attributes

Supertypes
class Object
trait Matchable
class Any
Self 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)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Args.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
case class FileException(file: AbsolutePath, cause: Throwable) extends Exception, NoStackTrace

Attributes

Supertypes
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class Ls

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Find
object Ls

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Ls.type
object MainOps

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
MainOps.type
class Section(val name: String) extends StaticAnnotation

Attributes

Supertypes
class Annotation
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class 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)

Attributes

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