Packages

class Power[ReplValsImpl <: ReplVals] extends AnyRef

A class for methods to be injected into the intp in power mode.

Source
Power.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Power
  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 Power(intp: IMain, replVals: ReplValsImpl)(implicit arg0: reflect.api.JavaUniverse.TypeTag[ReplValsImpl], arg1: ClassTag[ReplValsImpl])

Type Members

  1. trait Implicits1 extends AnyRef
  2. trait Implicits2 extends Implicits1
  3. class InternalInfo[T] extends AnyRef

    Todos...

    Todos... translate tag type arguments into applied types customizable symbol filter (had to hardcode no-spec to reduce noise)

  4. class InternalInfoWrapper[T] extends AnyRef
  5. trait LowPriorityInternalInfo extends AnyRef
  6. trait LowPriorityInternalInfoWrapper extends AnyRef

    Now dealing with the problem of accidentally calling a method on Type when you're holding a Symbol and seeing the Symbol converted to the type of Symbol rather than the type of the thing represented by the symbol, by only implicitly installing one method, "?", and the rest of the conveniences exist on that wrapper.

  7. trait LowPriorityPrettifier extends AnyRef
  8. class MultiPrettifierClass[T] extends PrettifierClass[T]
  9. class PackageSlurper extends SymSlurper
  10. trait Prettifier[T] extends AnyRef
  11. abstract class PrettifierClass[T] extends AnyRef
  12. trait ReplUtilities extends AnyRef
  13. class RichInputStream extends AnyRef
  14. class RichReplString extends AnyRef
  15. class RichReplURL extends AnyRef
  16. class SinglePrettifierClass[T] extends PrettifierClass[T]
  17. abstract class SymSlurper extends AnyRef

Value Members

  1. def banner: String
  2. def classic: String
  3. def init: String
  4. val intp: IMain
  5. lazy val phased: Phased
  6. lazy val rutil: ReplUtilities
  7. def toString(): String
    Definition Classes
    Power → AnyRef → Any
  8. def trees(code: String): List[Global.Tree]
  9. def unit(code: String): Global.CompilationUnit
  10. def unleash(): Unit

    Quietly starts up power mode and runs whatever is in init.

  11. object InternalInfo extends LowPriorityInternalInfo
  12. object Prettifier extends LowPriorityPrettifier
  13. object StringPrettifier extends Prettifier[String]