org.apache.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. Request
  2. AnyRef
  3. Any
  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[scala.tools.nsc.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. 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: scala.tools.nsc.Global.Name, f: (scala.tools.nsc.Global.Symbol) ⇒ T): T

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.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[scala.tools.nsc.Global.Name, scala.tools.nsc.Global.Type]

    Types of variables defined by this request.

  12. def defHandlers: List[(memberHandlers)#MemberDefHandler]

  13. val definedNames: List[scala.tools.nsc.Global.Name { ... /* 5 definitions in type refinement */ }]

    all (public) names defined by these statements

  14. def definedOrImported: List[scala.tools.nsc.Global.Name]

  15. def definedSymbolList: List[scala.tools.nsc.Global.Symbol]

  16. lazy val definedSymbols: Map[scala.tools.nsc.Global.Name, scala.tools.nsc.Global.Symbol]

  17. def definedTermSymbol(name: String): scala.tools.nsc.Global.Symbol

  18. def definedTypeSymbol(name: String): scala.tools.nsc.Global.Symbol

  19. def disambiguated(name: scala.tools.nsc.Global.Name): String

    The unmangled symbol name, but supplemented with line info.

  20. final def eq(arg0: AnyRef): Boolean

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

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

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

  24. def fullPath(vname: scala.tools.nsc.Global.Name): String

    Code to access a variable with the specified name

  25. def fullPath(vname: String): String

    Code to access a variable with the specified name

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

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

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

  29. val handlers: List[(memberHandlers)#MemberHandler]

    handlers for each tree in this request

  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  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: scala.tools.nsc.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[scala.tools.nsc.Global.Name]

    list of names used by this expression

  43. val reqId: Int

  44. lazy val resultSymbol: scala.tools.nsc.Global.Symbol

  45. def simpleNameOfType(name: scala.tools.nsc.Global.TypeName): Option[scala.tools.nsc.Global.Name]

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

    Definition Classes
    AnyRef
  47. def termNames: List[scala.tools.nsc.Global.TermName]

    def and val names

  48. def toCompute: String

    the line of code to compute

  49. def toString(): String

    Definition Classes
    Request → AnyRef → Any
  50. val trees: List[scala.tools.nsc.Global.Tree]

  51. def typeNames: List[scala.tools.nsc.Global.TypeName]

  52. lazy val typeOf: Map[scala.tools.nsc.Global.Name, String]

    String representations of same.

  53. lazy val typesOfDefinedTerms: Map[scala.tools.nsc.Global.Name, scala.tools.nsc.Global.Type]

  54. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped