Package

scalafix.internal

v1

Permalink

package v1

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. v1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Args(rules: List[String] = Nil, files: List[AbsolutePath] = Nil, config: Option[AbsolutePath] = None, check: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, syntactic: Boolean = false, triggered: Boolean = false, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, semanticdbTargetroots: List[AbsolutePath] = Nil, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, scalacOptions: List[String] = Nil, scalaVersion: ScalaVersion = Args.runtimeScalaVersion, bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: URLClassLoader = ClasspathOps.thisClassLoader, charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find, callback: ScalafixMainCallback) extends Product with Serializable

    Permalink
  2. final class DelegatingMainCallback extends ScalafixMainCallback

    Permalink
  3. case class FileException(file: AbsolutePath, cause: Throwable) extends Exception with NoStackTrace with Product with Serializable

    Permalink
  4. sealed abstract class Ls extends AnyRef

    Permalink
  5. class Section extends Annotation with StaticAnnotation

    Permalink
  6. class TPrintImplicits extends AnyRef

    Permalink
  7. case class ValidatedArgs(args: Args, symtab: SymbolTable, rules: Rules, config: ScalafixConfig, classLoader: ClassLoader, sourceroot: scala.meta.AbsolutePath, pathReplace: (scala.meta.AbsolutePath) ⇒ scala.meta.AbsolutePath, diffDisable: DiffDisable, callback: DelegatingMainCallback, semanticdbFileFilter: FilterMatcher) extends Product with Serializable

    Permalink

Value Members

  1. object ArgExpansion

    Permalink
  2. object Args extends TPrintImplicits with Serializable

    Permalink
  3. object CompletionsOps

    Permalink
  4. object Ls

    Permalink
  5. object MainOps

    Permalink
  6. object ScalafixConfOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped