class StdReplVals extends ReplVals
- Source
- ReplVals.scala
- Alphabetic
- By Inheritance
- StdReplVals
- ReplVals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
- class ReplImplicits extends Implicits2
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from StdReplVals to any2stringadd[StdReplVals] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (StdReplVals, B)
- Implicit
- This member is added by an implicit conversion from StdReplVals to ArrowAssoc[StdReplVals] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final lazy val analyzer: Analyzer { val global: StdReplVals.this.global.type }
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- final lazy val completion: Completion
-
def
ensuring(cond: (StdReplVals) ⇒ Boolean, msg: ⇒ Any): StdReplVals
- Implicit
- This member is added by an implicit conversion from StdReplVals to Ensuring[StdReplVals] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (StdReplVals) ⇒ Boolean): StdReplVals
- Implicit
- This member is added by an implicit conversion from StdReplVals to Ensuring[StdReplVals] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): StdReplVals
- Implicit
- This member is added by an implicit conversion from StdReplVals to Ensuring[StdReplVals] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): StdReplVals
- Implicit
- This member is added by an implicit conversion from StdReplVals to Ensuring[StdReplVals] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
- Implicit
- This member is added by an implicit conversion from StdReplVals to StringFormat[StdReplVals] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final lazy val global: IMain.global.type
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final lazy val history: History
- final lazy val intp: IMain
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val isettings: ISettings
- def lastRequest: Request
-
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()
- final lazy val phased: Phased
- final lazy val power: Power[StdReplVals]
- final val r: ILoop
- final lazy val reader: InteractiveReader
- final lazy val repl: ILoop
- final lazy val replImplicits: ReplImplicits
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typed[T <: Global.Tree](tree: T): T
- final lazy val typer: (analyzer)#Typer
- final lazy val vals: StdReplVals
-
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): (StdReplVals, B)
- Implicit
- This member is added by an implicit conversion from StdReplVals to ArrowAssoc[StdReplVals] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- object treedsl extends TreeDSL
The Scala compiler and reflection APIs.