Package

splain

Permalink

package splain

Visibility
  1. Public
  2. All

Type Members

  1. trait Analyzer extends scala.tools.nsc.typechecker.Analyzer with ImplicitsCompat with TypeDiagnostics

    Permalink
  2. case class Applied(cons: Formatted, args: List[Formatted]) extends Formatted with Product with Serializable

    Permalink
  3. case class BrokenType(lines: List[String]) extends TypeRepr with Product with Serializable

    Permalink
  4. trait Compat extends AnyRef

    Permalink
  5. case class Diff(left: Formatted, right: Formatted) extends Formatted with Product with Serializable

    Permalink
  6. case class FlatType(flat: String) extends TypeRepr with Product with Serializable

    Permalink
  7. class FormatCache[K, V] extends AnyRef

    Permalink
  8. sealed trait Formatted extends AnyRef

    Permalink
  9. trait Formatters extends AnyRef

    Permalink
  10. trait Formatting extends Compat with Formatters

    Permalink
  11. case class FunctionForm(args: List[Formatted], ret: Formatted, top: Boolean) extends Formatted with Product with Serializable

    Permalink
  12. trait ImplicitChains extends Implicits with ContextErrors with Formatting

    Permalink
  13. trait ImplicitsCompat extends ImplicitChains

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

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

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

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

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

    Permalink
  19. trait StringColor extends AnyRef

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

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

    Permalink
  22. trait TypeRepr extends AnyRef

    Permalink

Value Members

  1. object FormatCache

    Permalink
  2. object FunctionForm extends Serializable

    Permalink
  3. object Messages

    Permalink
  4. object OptionOps

    Permalink
  5. object StringColor

    Permalink
  6. object StringColors

    Permalink
  7. object UnitForm extends Formatted with Product with Serializable

    Permalink

Ungrouped