Packages

class Power[ReplValsImpl <: ReplVals] extends AnyRef

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Power
  2. AnyRef
  3. Any
  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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def banner: String
  6. def classic: String
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def init: String
  14. val intp: IMain
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. lazy val phased: Phased
  20. lazy val rutil: ReplUtilities
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Power → AnyRef → Any
  23. def trees(code: String): List[Global.Tree]
  24. def unit(code: String): Global.CompilationUnit
  25. def unleash(): Unit

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

  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. object InternalInfo extends LowPriorityInternalInfo
  30. object Prettifier extends LowPriorityPrettifier
  31. object StringPrettifier extends Prettifier[String]

Inherited from AnyRef

Inherited from Any

Ungrouped