ExplicitResultTypes

scalafix.internal.rule.ExplicitResultTypes

Attributes

Graph
Supertypes
class SemanticRule
class Rule
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Concrete methods

override def afterComplete(): Unit

Attributes

Definition Classes
override def fix(implicit ctx: SemanticDocument): Patch

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

def beforeStart(): Unit

Attributes

Inherited from:
Rule
override def description: String

Attributes

Definition Classes
Inherited from:
ExplicitResultTypesBase
def fixDefinition(defn: Defn, body: Term)(implicit ctx: SemanticDocument, printer: Printer): Patch

Attributes

Inherited from:
ExplicitResultTypesBase

Attributes

Inherited from:
Rule

Attributes

Inherited from:
Rule
override def isRewrite: Boolean

Attributes

Definition Classes
Inherited from:
ExplicitResultTypesBase
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
def unsafeFix()(implicit ctx: SemanticDocument, printer: Printer): Patch

Attributes

Inherited from:
ExplicitResultTypesBase

Concrete fields

Inherited fields

val name: RuleName

Attributes

Inherited from:
Rule