p

splain

package splain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Analyzer extends scala.tools.nsc.typechecker.Analyzer with ImplicitsCompat with TypeDiagnostics
  2. case class Applied(cons: Formatted, args: List[Formatted]) extends Formatted with Product with Serializable
  3. case class BrokenType(lines: List[String]) extends TypeRepr with Product with Serializable
  4. trait Compat extends AnyRef
  5. case class Diff(left: Formatted, right: Formatted) extends Formatted with Product with Serializable
  6. case class FlatType(flat: String) extends TypeRepr with Product with Serializable
  7. class FormatCache[K, V] extends AnyRef
  8. sealed trait Formatted extends AnyRef
  9. trait Formatters extends AnyRef
  10. trait Formatting extends Compat with Formatters with ImplicitMsgCompat
  11. case class FunctionForm(args: List[Formatted], ret: Formatted, top: Boolean) extends Formatted with Product with Serializable
  12. trait ImplicitChains extends Implicits with ContextErrors with Formatting with ImplicitStatsCompat
  13. trait ImplicitMsgCompat extends Formatters
  14. trait ImplicitStatsCompat extends AnyRef
  15. trait ImplicitsCompat extends ImplicitChains
  16. case class Infix(infix: Formatted, left: Formatted, right: Formatted, top: Boolean) extends Formatted with Product with Serializable
  17. trait Plugin extends scala.tools.nsc.plugins.Plugin
  18. case class SLRecordItem(key: Formatted, value: Formatted) extends Formatted with Product with Serializable
  19. case class Simple(tpe: String) extends Formatted with Product with Serializable
  20. class SplainPlugin extends scala.tools.nsc.plugins.Plugin with Plugin
  21. trait StringColor extends AnyRef
  22. case class TupleForm(elems: List[Formatted]) extends Formatted with Product with Serializable
  23. trait TypeDiagnostics extends scala.tools.nsc.typechecker.TypeDiagnostics with Formatting
  24. trait TypeRepr extends AnyRef

Value Members

  1. object FormatCache
  2. object FunctionForm extends Serializable
  3. object Messages
  4. object OptionOps
  5. object StringColor
  6. object StringColors
  7. object UnitForm extends Formatted with Product with Serializable

Ungrouped