object ExampleSyntaxRule extends Rule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExampleSyntaxRule
- Rule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def apply(ctx: RuleCtx, patches: Map[scalafix.v0.RuleName, scalafix.v0.Patch]): String
- Definition Classes
- Rule
- final def apply(ctx: RuleCtx, patch: scalafix.v0.Patch): String
- Definition Classes
- Rule
- final def apply(input: String): String
- Definition Classes
- Rule
- final def apply(input: scala.meta.Input, config: ScalafixConfig): String
- Definition Classes
- Rule
- final def apply(ctx: RuleCtx): String
- Definition Classes
- Rule
- final def applyAndLint(ctx: RuleCtx): (String, List[RuleDiagnostic])
- Definition Classes
- Rule
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def check(ctx: RuleCtx): Seq[scalafix.v0.Diagnostic]
- Definition Classes
- Rule
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def description: String
- Definition Classes
- Rule
- final def diff(ctx: RuleCtx, patch: scalafix.v0.Patch): String
- Attributes
- protected
- Definition Classes
- Rule
- final def diff(ctx: RuleCtx): String
- Definition Classes
- Rule
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fix(ctx: RuleCtx): scalafix.v0.Patch
- Definition Classes
- ExampleSyntaxRule → Rule
- def fixWithName(ctx: RuleCtx): Map[scalafix.v0.RuleName, scalafix.v0.Patch]
- Attributes
- protected[scalafix]
- Definition Classes
- Rule
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(config: Conf): Configured[Rule]
- Definition Classes
- Rule
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def merge(other: Rule): Rule
- Definition Classes
- Rule
- final def name: scalafix.v0.RuleName
- Definition Classes
- Rule
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def semanticOption: Option[SemanticdbIndex]
- Attributes
- protected[scalafix]
- Definition Classes
- Rule
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toString(): String
- Definition Classes
- Rule → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()