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 definedClasses: Boolean

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

    all (public) names defined by these statements

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

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

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

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

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

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

    The unmangled symbol name, but supplemented with line info.

  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( classOf[java.lang.Throwable] )
  24. 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

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

    Code to access a variable with the specified name

  26. def fullPath(vname: String): String

    Code to access a variable with the specified name

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

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

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

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

    handlers for each tree in this request

  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. val importsPreamble: String

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

  33. val importsTrailer: String

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

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. val line: String

  36. val lineRep: ReadEvalPrint

  37. def loadAndRun: (String, Boolean)

    load and run the code using reflection

  38. def lookupTypeOf(name: scala.tools.nsc.Global.Name): String

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

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

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

    Definition Classes
    AnyRef
  42. def originalLine: String

  43. val referencedNames: List[scala.tools.nsc.Global.Name]

    list of names used by this expression

  44. val reqId: Int

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

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

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

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

    def and val names

  49. def toCompute: String

    the line of code to compute

  50. def toString(): String

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

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

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

    String representations of same.

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

  55. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped