Packages

o

fix

ExampleSyntaxRule

object ExampleSyntaxRule extends Rule

Linear Supertypes
Rule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleSyntaxRule
  2. Rule
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply(ctx: RuleCtx, patches: Map[scalafix.v0.RuleName, scalafix.v0.Patch]): String
    Definition Classes
    Rule
  5. final def apply(ctx: RuleCtx, patch: scalafix.v0.Patch): String
    Definition Classes
    Rule
  6. final def apply(input: String): String
    Definition Classes
    Rule
  7. final def apply(input: scala.meta.Input, config: ScalafixConfig): String
    Definition Classes
    Rule
  8. final def apply(ctx: RuleCtx): String
    Definition Classes
    Rule
  9. final def applyAndLint(ctx: RuleCtx): (String, List[RuleDiagnostic])
    Definition Classes
    Rule
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def check(ctx: RuleCtx): Seq[scalafix.v0.Diagnostic]
    Definition Classes
    Rule
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def description: String
    Definition Classes
    Rule
  14. final def diff(ctx: RuleCtx, patch: scalafix.v0.Patch): String
    Attributes
    protected
    Definition Classes
    Rule
  15. final def diff(ctx: RuleCtx): String
    Definition Classes
    Rule
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def fix(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    ExampleSyntaxRule → Rule
  20. def fixWithName(ctx: RuleCtx): Map[scalafix.v0.RuleName, scalafix.v0.Patch]
    Attributes
    protected[scalafix]
    Definition Classes
    Rule
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def init(config: Conf): Configured[Rule]
    Definition Classes
    Rule
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def merge(other: Rule): Rule
    Definition Classes
    Rule
  26. final def name: scalafix.v0.RuleName
    Definition Classes
    Rule
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def semanticOption: Option[SemanticdbIndex]
    Attributes
    protected[scalafix]
    Definition Classes
    Rule
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped