class Power[ReplValsImpl <: ReplVals] extends AnyRef
- Alphabetic
- By Inheritance
- Power
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Type Members
- trait Implicits1 extends AnyRef
- trait Implicits2 extends Implicits1
-
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)
- class InternalInfoWrapper[T] extends AnyRef
- trait LowPriorityInternalInfo extends AnyRef
-
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.
- trait LowPriorityPrettifier extends AnyRef
- class MultiPrettifierClass[T] extends PrettifierClass[T]
- class PackageSlurper extends SymSlurper
- trait Prettifier[T] extends AnyRef
- abstract class PrettifierClass[T] extends AnyRef
- trait ReplUtilities extends AnyRef
- class RichInputStream extends AnyRef
- class RichReplString extends AnyRef
- class RichReplURL extends AnyRef
- class SinglePrettifierClass[T] extends PrettifierClass[T]
- abstract class SymSlurper extends AnyRef
Value Members
- def banner: String
- def classic: String
- def init: String
- val intp: IMain
- lazy val phased: Phased
- lazy val rutil: ReplUtilities
-
def
toString(): String
- Definition Classes
- Power → AnyRef → Any
- def trees(code: String): List[Global.Tree]
- def unit(code: String): Global.CompilationUnit
-
def
unleash(): Unit
Quietly starts up power mode and runs whatever is in init.
- object InternalInfo extends LowPriorityInternalInfo
- object Prettifier extends LowPriorityPrettifier
- object StringPrettifier extends Prettifier[String]
The Scala compiler and reflection APIs.