ExplicitResultTypesBase

scalafix.internal.rule.ExplicitResultTypesBase
See theExplicitResultTypesBase companion object
abstract class ExplicitResultTypesBase[P <: Printer] extends SemanticRule

Attributes

Companion
object
Graph
Supertypes
class SemanticRule
class Rule
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def description: String

Attributes

Definition Classes
def fixDefinition(defn: Defn, body: Term)(implicit ctx: SemanticDocument, printer: Printer): Patch
override def isRewrite: Boolean

Attributes

Definition Classes
def unsafeFix()(implicit ctx: SemanticDocument, printer: Printer): Patch

Inherited methods

Attributes

Inherited from:
Rule
def beforeStart(): Unit

Attributes

Inherited from:
Rule
def fix(implicit doc: SemanticDocument): Patch

Attributes

Inherited from:
SemanticRule

Attributes

Inherited from:
Rule

Attributes

Inherited from:
Rule
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Rule -> Any
Inherited from:
Rule

Attributes

Inherited from:
Rule

Abstract fields