Packages

class StdReplVals extends ReplVals

Source
ReplVals.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StdReplVals
  2. ReplVals
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StdReplVals(r: ILoop)

Type Members

  1. class ReplImplicits extends Implicits2

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. 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
  4. 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()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final lazy val analyzer: Analyzer { val global: StdReplVals.this.global.type }
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final lazy val completion: Completion
  10. 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
  11. 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
  12. 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
  13. 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
  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( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final lazy val global: IMain.global.type
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final lazy val history: History
  21. final lazy val intp: IMain
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final lazy val isettings: ISettings
  24. def lastRequest: Request
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final lazy val phased: Phased
  29. final lazy val power: Power[StdReplVals]
  30. final val r: ILoop
  31. final lazy val reader: InteractiveReader
  32. final lazy val repl: ILoop
  33. final lazy val replImplicits: ReplImplicits
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def typed[T <: Global.Tree](tree: T): T
  37. final lazy val typer: (analyzer)#Typer
  38. final lazy val vals: StdReplVals
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. 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
  43. object treedsl extends TreeDSL

Deprecated Value Members

  1. 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
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from ReplVals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from StdReplVals to any2stringadd[StdReplVals]

Inherited by implicit conversion StringFormat from StdReplVals to StringFormat[StdReplVals]

Inherited by implicit conversion Ensuring from StdReplVals to Ensuring[StdReplVals]

Inherited by implicit conversion ArrowAssoc from StdReplVals to ArrowAssoc[StdReplVals]

Ungrouped