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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Power[ReplValsImpl], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def banner: String
- def classic: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (Power[ReplValsImpl]) ⇒ Boolean, msg: ⇒ Any): Power[ReplValsImpl]
- def ensuring(cond: (Power[ReplValsImpl]) ⇒ Boolean): Power[ReplValsImpl]
- def ensuring(cond: Boolean, msg: ⇒ Any): Power[ReplValsImpl]
- def ensuring(cond: Boolean): Power[ReplValsImpl]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init: String
- val intp: IMain
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val phased: Phased
- lazy val rutil: ReplUtilities
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (Power[ReplValsImpl], B)
- object InternalInfo extends LowPriorityInternalInfo
- object Prettifier extends LowPriorityPrettifier
- object StringPrettifier extends Prettifier[String]
The Scala compiler and reflection APIs.