ValidatedArgs

scalafix.internal.v1.ValidatedArgs
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

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

Members list

Value members

Concrete methods

def input(file: AbsolutePath): Input
def matches(path: RelativePath): Boolean
def parse(input: Input): Parsed[Source]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product