DisableSyntax

scalafix.internal.rule.DisableSyntax
See theDisableSyntax companion object
final class DisableSyntax(config: DisableSyntaxConfig) extends SyntacticRule

Attributes

Companion
object
Graph
Supertypes
class Rule
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this()

Concrete methods

override def description: String

Attributes

Definition Classes
override def fix(implicit doc: SyntacticDocument): Patch

Attributes

Definition Classes
override def isLinter: Boolean

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Rule
def beforeStart(): Unit

Attributes

Inherited from:
Rule

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