abstract class ExplicitResultTypesBase[P <: Printer] extends v1.SemanticRule

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExplicitResultTypesBase
  2. SemanticRule
  3. Rule
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExplicitResultTypesBase()

Abstract Value Members

  1. abstract val config: ExplicitResultTypesConfig

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to any2stringadd[ExplicitResultTypesBase[P]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExplicitResultTypesBase[P], B)
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to ArrowAssoc[ExplicitResultTypesBase[P]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def afterComplete(): Unit
    Definition Classes
    Rule
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def beforeStart(): Unit
    Definition Classes
    Rule
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val compilerScalaVersion: String
    Attributes
    protected
  11. def defnBody(defn: Defn): Option[Term]
    Attributes
    protected
  12. def description: String
    Definition Classes
    ExplicitResultTypesBase → Rule
  13. def ensuring(cond: (ExplicitResultTypesBase[P]) ⇒ Boolean, msg: ⇒ Any): ExplicitResultTypesBase[P]
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to Ensuring[ExplicitResultTypesBase[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ExplicitResultTypesBase[P]) ⇒ Boolean): ExplicitResultTypesBase[P]
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to Ensuring[ExplicitResultTypesBase[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ExplicitResultTypesBase[P]
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to Ensuring[ExplicitResultTypesBase[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ExplicitResultTypesBase[P]
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to Ensuring[ExplicitResultTypesBase[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fix(implicit doc: SemanticDocument): v1.Patch
    Definition Classes
    SemanticRule
  21. def fixDefinition(defn: Defn, body: Term)(implicit ctx: SemanticDocument, printer: Printer): v1.Patch
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isExperimental: Boolean
    Definition Classes
    Rule
  25. def isImplicitly(term: Term): Boolean
    Attributes
    protected
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isLinter: Boolean
    Definition Classes
    Rule
  28. def isRewrite: Boolean
    Definition Classes
    ExplicitResultTypesBase → Rule
  29. def isRuleCandidate[D <: Defn](defn: D, mods: Iterable[Mod], body: Term)(implicit ev: Extract[D, Mod]): Boolean
    Attributes
    protected
  30. def kind(defn: Defn): Option[MemberKind]
    Attributes
    protected
  31. val name: v1.RuleName
    Definition Classes
    Rule
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def stripPatchVersion(v: String): String
    Attributes
    protected
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  38. def unsafeFix()(implicit ctx: SemanticDocument, printer: Printer): v1.Patch
  39. def visibility(mods: Iterable[Mod]): MemberVisibility
    Attributes
    protected
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def withConfiguration(config: Configuration): Configured[v1.Rule]
    Definition Classes
    Rule
  44. def [B](y: B): (ExplicitResultTypesBase[P], B)
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to ArrowAssoc[ExplicitResultTypesBase[P]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExplicitResultTypesBase[P] to StringFormat[ExplicitResultTypesBase[P]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from v1.SemanticRule

Inherited from v1.Rule

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExplicitResultTypesBase[P] to any2stringadd[ExplicitResultTypesBase[P]]

Inherited by implicit conversion StringFormat from ExplicitResultTypesBase[P] to StringFormat[ExplicitResultTypesBase[P]]

Inherited by implicit conversion Ensuring from ExplicitResultTypesBase[P] to Ensuring[ExplicitResultTypesBase[P]]

Inherited by implicit conversion ArrowAssoc from ExplicitResultTypesBase[P] to ArrowAssoc[ExplicitResultTypesBase[P]]

Ungrouped