splain

package splain

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

  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

  13. trait ImplicitsCompat extends ImplicitChains

  14. case class Infix(infix: Formatted, left: Formatted, right: Formatted, top: Boolean) extends Formatted with Product with Serializable

  15. trait Plugin extends scala.tools.nsc.plugins.Plugin

  16. case class SLRecordItem(key: Formatted, value: Formatted) extends Formatted with Product with Serializable

  17. case class Simple(tpe: String) extends Formatted with Product with Serializable

  18. class SplainPlugin extends scala.tools.nsc.plugins.Plugin with Plugin

  19. trait StringColor extends AnyRef

  20. case class TupleForm(elems: List[Formatted]) extends Formatted with Product with Serializable

  21. trait TypeDiagnostics extends scala.tools.nsc.typechecker.TypeDiagnostics with Formatting

  22. 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