Packages

trait Type extends AnyRef

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

Type Members

  1. abstract type Repr <: Code

Abstract Value Members

  1. abstract def docBaseSymbol: String
  2. abstract def humanName: String
  3. abstract def id: Int
  4. abstract def mkCode(source: String): Repr
  5. abstract def prefix: String

Concrete Value Members

  1. def defaultSource: String

    Default source code to paste for new objects.

  2. def examples: Seq[Example]
  3. def init(): Unit