scala.tools.nsc.interpreter

Power

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. Hide All
  2. Show all
  1. Power
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Power(intp: IMain, replVals: ReplValsImpl)(implicit arg0: Manifest[ReplValsImpl])

Type Members

  1. trait Implicits1 extends AnyRef

  2. trait Implicits2 extends Implicits1

  3. class InternalInfo[T] extends AnyRef

    Todos.

  4. class InternalInfoWrapper[T] extends AnyRef

  5. trait LowPriorityInternalInfo extends AnyRef

  6. trait LowPriorityInternalInfoWrapper extends AnyRef

    Now dealing with the problem of acidentally 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 RichSymbolList extends AnyRef

  17. class SinglePrettifierClass[T] extends PrettifierClass[T]

  18. abstract class SymSlurper extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object InternalInfo extends LowPriorityInternalInfo

  7. object InternalInfoWrapper extends LowPriorityInternalInfoWrapper

  8. object Prettifier extends LowPriorityPrettifier

  9. object StringPrettifier extends Prettifier[String]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def banner: String

  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def context(code: String): Context

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def init: String

  20. val intp: IMain

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. lazy val phased: Phased

  26. lazy val rutil: ReplUtilities

  27. def source(code: String): BatchSourceFile

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    Power → AnyRef → Any
  30. def trees(code: String): List[Tree]

  31. def typeOf(id: String): Type

  32. def unit(code: String): CompilationUnit

  33. def unleash(): Unit

    Starts up power mode and runs whatever is in init.

  34. def valsDescription: String

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any