Class

polynote.kernel.ScalaCompiler

CellCode

Related Doc: package ScalaCompiler

Permalink

case class CellCode extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellCode
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val assignedTermName: scala.tools.nsc.interactive.Global.TermName

    Permalink
  6. lazy val assignedTypeName: scala.tools.nsc.interactive.Global.TypeName

    Permalink
  7. lazy val cellClassSymbol: Option[scala.tools.nsc.interactive.Global.ClassSymbol]

    Permalink
  8. lazy val cellClassType: Option[scala.tools.nsc.interactive.Global.Type]

    Permalink
  9. lazy val cellCompanionSymbol: Option[scala.tools.nsc.interactive.Global.ModuleSymbol]

    Permalink
  10. lazy val cellInstSymbol: Option[scala.tools.nsc.interactive.Global.Symbol]

    Permalink
  11. lazy val cellInstType: Option[scala.tools.nsc.interactive.Global.Type]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val code: List[scala.tools.nsc.interactive.Global.Tree]

    Permalink
  14. val compilationUnit: scala.tools.nsc.interactive.Global.RichCompilationUnit

    Permalink
  15. lazy val compiledCode: List[scala.tools.nsc.interactive.Global.Tree]

    Permalink
  16. lazy val compiledImports: List[scala.tools.nsc.interactive.Global.Import]

    Permalink
  17. lazy val definedTypesAndMethods: List[scala.tools.nsc.interactive.Global.Name]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. lazy val implicitInputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  22. lazy val imports: List[scala.tools.nsc.interactive.Global.Import]

    Permalink
  23. val inheritedImports: Imports

    Permalink
  24. val inputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val name: String

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. lazy val nonImplicitInputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. lazy val outputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  32. lazy val priorCellImports: List[scala.tools.nsc.interactive.Global.Import]

    Permalink
  33. lazy val priorCellInputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  34. val priorCells: List[CellCode]

    Permalink
  35. def pruneInputs(): Task[CellCode]

    Permalink

    Make a new CellCode that uses a minimal subset of inputs and prior cells.

    Make a new CellCode that uses a minimal subset of inputs and prior cells. After invoking, this CellCode will not be compilable – bin it!

  36. val sourceFile: SourceFile

    Permalink
  37. def splitImports(): Imports

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

    Permalink
    Definition Classes
    AnyRef
  39. def transformStats(fn: (List[scala.tools.nsc.interactive.Global.Tree]) ⇒ List[scala.tools.nsc.interactive.Global.Tree]): CellCode

    Permalink

    Transform the code statements using the given function.

  40. lazy val typedInputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  41. lazy val typedOutputs: List[scala.tools.nsc.interactive.Global.ValDef]

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. lazy val wrappedImports: List[scala.tools.nsc.interactive.Global.Import]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped