Packages

implicit class IMainOps extends AnyRef

This class serves to trick the compiler into treating a var (intp, in ILoop) as a stable identifier.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IMainOps
  2. AnyRef
  3. 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 IMainOps(intp: IMain)

Value Members

  1. def echoKind(tpe: Global.Type, kind: Global.Kind, verbose: Boolean): Unit
  2. def echoTypeSignature(sym: Global.Symbol, verbose: Boolean): Unit
  3. def echoTypeStructure(sym: Global.Symbol): Unit
  4. def implicitsCommand(line: String): String
  5. val intp: IMain
  6. def kindCommandInternal(typeString: String, verbose: Boolean): Unit
  7. def printAfterTyper(msg: ⇒ String): Unit
  8. def typeCommandInternal(expr: String, verbose: Boolean): Unit

    TODO - -n normalize -l label with case class parameter names -c complete - leave nothing out