spark.repl.SparkIMain

Request

class Request extends AnyRef

One line of code submitted by the user for interpretation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Request
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Request(line: String, trees: List[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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val accessPath: String

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

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

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. 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.

  11. lazy val compilerTypeOf: Map[Name, Type]

    Types of variables defined by this request.

  12. val definedNames: List[Name]

    all (public) names defined by these statements

  13. lazy val definedSymbols: Map[Name, Symbol]

  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()
  17. def fullFlatName(name: String): String

    Same as fullpath, but after it has been flattened, so: $line5.

    Same as fullpath, but after it has been flattened, so: $line5.$iw.$iw.$iw.Bippy // fullPath $line5.$iw$$iw$$iw$Bippy // fullFlatName

  18. def fullPath(vname: Name): String

    Code to access a variable with the specified name

  19. def fullPath(vname: String): String

    Code to access a variable with the specified name

  20. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  21. def getEval: Option[AnyRef]

  22. def getEvalTyped[T]: Option[T]

  23. val handlers: List[MemberHandler]

    handlers for each tree in this request

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val importsPreamble: String

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

  26. val importsTrailer: String

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

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val line: String

  29. val lineRep: ReadEvalPrint

  30. def loadAndRun: (String, Boolean)

    load and run the code using reflection

  31. def lookupTypeOf(name: Name): String

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

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

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

    Definition Classes
    AnyRef
  35. def originalLine: String

  36. val referencedNames: List[Name]

    list of names used by this expression

  37. lazy val resultSymbol: Symbol

  38. def simpleNameOfType(name: TypeName): Option[Name]

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

    Definition Classes
    AnyRef
  40. def termNames: List[TermName]

    def and val names

  41. def toCompute: String

    the line of code to compute

  42. def toString(): String

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

  44. def typeNames: List[TypeName]

  45. lazy val typeOf: Map[Name, String]

    String representations of same.

  46. lazy val typesOfDefinedTerms: Map[Name, Type]

  47. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any