scala.tools.nsc.interpreter.IMain

Request

class Request extends AnyRef

One line of code submitted by the user for interpretation

Source
IMain.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Request
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Request(line: String, trees: List[Global.Tree])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Request to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Request, B)

    Implicit information
    This member is added by an implicit conversion from Request to ArrowAssoc[Request] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val accessPath: String

    Code to import bound names from previous lines - accessPath is code to append to objectName to access anything bound by request.

  9. def applyToResultMember[T](name: Global.Name, f: (Global.Symbol) ⇒ T): T

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. lazy val compile: Boolean

    Compile the object file.

    Compile the object file. Returns whether the compilation succeeded. If all goes well, the "types" map is computed.

  13. lazy val compilerTypeOf: Map[Global.Name, Global.Type]

    Types of variables defined by this request.

  14. def defHandlers: collection.immutable.List[(memberHandlers)#MemberDefHandler]

  15. lazy val definedSymbols: Map[Global.Name, Global.Symbol]

  16. def defines: collection.immutable.List[Global.Symbol]

  17. def ensuring(cond: (Request) ⇒ Boolean, msg: ⇒ Any): Request

    Implicit information
    This member is added by an implicit conversion from Request to Ensuring[Request] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (Request) ⇒ Boolean): Request

    Implicit information
    This member is added by an implicit conversion from Request to Ensuring[Request] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): Request

    Implicit information
    This member is added by an implicit conversion from Request to Ensuring[Request] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): Request

    Implicit information
    This member is added by an implicit conversion from Request to Ensuring[Request] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Request to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. def fullPath(vname: String): String

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. val handlers: List[(memberHandlers)#MemberHandler]

    handlers for each tree in this request

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def importedSymbols: collection.immutable.List[Global.Symbol]

  30. def imports: collection.immutable.List[Global.Symbol]

  31. val importsPreamble: String

    Code to import bound names from previous lines - accessPath is code to append to objectName to access anything bound by request.

  32. val importsTrailer: String

    Code to import bound names from previous lines - accessPath is code to append to objectName to access anything bound by request.

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. val line: String

  35. val lineRep: ReadEvalPrint

  36. def loadAndRun: (String, Boolean)

    load and run the code using reflection

  37. def lookupTypeOf(name: Global.Name): String

  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def originalLine: String

  42. val referencedNames: List[Global.Name]

    list of names used by this expression

  43. lazy val resultSymbol: Global.Symbol

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def termNames: collection.immutable.List[Global.TermName]

    def and val names

  46. def toCompute: String

    the line of code to compute

  47. def toString(): String

    Definition Classes
    Request → AnyRef → Any
  48. val trees: List[Global.Tree]

  49. def typeNames: collection.immutable.List[Global.TypeName]

  50. lazy val typeOf: Map[Global.Name, String]

    String representations of same.

  51. lazy val typesOfDefinedTerms: Map[Global.Name, Global.Type]

  52. def value: Global.Symbol

  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. def withOriginalLine(s: String): Request.this.type

  57. def [B](y: B): (Request, B)

    Implicit information
    This member is added by an implicit conversion from Request to ArrowAssoc[Request] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Request to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (request: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Request to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (request: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Request

    Implicit information
    This member is added by an implicit conversion from Request to ArrowAssoc[Request] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (request: ArrowAssoc[Request]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Request

    Implicit information
    This member is added by an implicit conversion from Request to Ensuring[Request] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (request: Ensuring[Request]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Request to StringAdd

Inherited by implicit conversion any2stringfmt from Request to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Request to ArrowAssoc[Request]

Inherited by implicit conversion any2Ensuring from Request to Ensuring[Request]

Ungrouped