c

splain

SplainPluginLike

abstract class SplainPluginLike extends Plugin

Linear Supertypes
Plugin, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplainPluginLike
  2. Plugin
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SplainPluginLike()

Abstract Value Members

  1. abstract val global: Global
    Definition Classes
    Plugin

Concrete 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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def boolean(key: String): Boolean
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. val components: Nil.type
    Definition Classes
    SplainPluginLike → Plugin
  8. val description: String
    Definition Classes
    SplainPluginLike → Plugin
  9. def enabled: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def init(options: List[String], error: (String) ⇒ Unit): Boolean
    Definition Classes
    Plugin
  15. def int(key: String): Option[Int]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val keyAll: String
  18. val keyBounds: String
  19. val keyBoundsImplicits: String
  20. val keyBreakInfix: String
  21. val keyColor: String
  22. val keyCompact: String
  23. val keyFoundReq: String
  24. val keyImplicits: String
  25. val keyInfix: String
  26. val keyKeepModules: String
  27. val keyRewrite: String
  28. val keyTree: String
  29. val keyTruncRefined: String
  30. val name: String
    Definition Classes
    SplainPluginLike → Plugin
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def opt(key: String, default: String): String
  35. def options: List[String]
    Definition Classes
    Plugin
  36. val optionsHelp: Option[String]
    Definition Classes
    Plugin
  37. val opts: Map[String, String]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def processOptions(options: List[String], error: (String) ⇒ Unit): Unit
    Definition Classes
    Plugin
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use Plugin#init instead

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped