Trait

org.emmalanguage.compiler

SparkCompiler

Related Doc: package compiler

Permalink

trait SparkCompiler extends Compiler with SparkSpecializeSupport

Linear Supertypes
SparkSpecializeSupport, Compiler, Optimizations, FoldGroupFusion, FoldForestFusion, GraphTools, ControlFlow, CFG, Backend, Specialization, Order, Caching, Core, Trampoline, Pickling, DSCF, DCE, CSE, CoreValidate, Comprehension, ReDeSugar, Normalize, Combination, ANF, Source, SourceValidate, PatternMatching, Foreach2Loop, LibSupport, AlphaEq, Common, compiler.API, AST, Variables, Values, Types, Trees, Transversers, Terms, Symbols, Patterns, Parameters, Methods, Loops, Bindings, CommonAST, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkCompiler
  2. SparkSpecializeSupport
  3. Compiler
  4. Optimizations
  5. FoldGroupFusion
  6. FoldForestFusion
  7. GraphTools
  8. ControlFlow
  9. CFG
  10. Backend
  11. Specialization
  12. Order
  13. Caching
  14. Core
  15. Trampoline
  16. Pickling
  17. DSCF
  18. DCE
  19. CSE
  20. CoreValidate
  21. Comprehension
  22. ReDeSugar
  23. Normalize
  24. Combination
  25. ANF
  26. Source
  27. SourceValidate
  28. PatternMatching
  29. Foreach2Loop
  30. LibSupport
  31. AlphaEq
  32. Common
  33. API
  34. AST
  35. Variables
  36. Values
  37. Types
  38. Trees
  39. Transversers
  40. Terms
  41. Symbols
  42. Patterns
  43. Parameters
  44. Methods
  45. Loops
  46. Bindings
  47. CommonAST
  48. AnyRef
  49. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type =?>[-A, +B] = PartialFunction[A, B]

    Permalink
    Definition Classes
    CommonAST
  2. trait API extends ast.AST.BindingAPI with ast.AST.LoopAPI with ast.AST.MethodAPI with ast.AST.ParameterAPI with ast.AST.PatternAPI with ast.AST.SymbolAPI with ast.AST.TermAPI with ast.AST.TransverserAPI with ast.AST.TreeAPI with ast.AST.TypeAPI with ast.AST.ValueAPI with ast.AST.VariableAPI

    Permalink
    Definition Classes
    AST
  3. case class Attr[A, I, S] extends Product with Serializable

    Permalink
    Definition Classes
    Transversers
  4. trait BackendAPI extends AnyRef

    Permalink
    Definition Classes
    API
  5. trait BindingAPI extends AnyRef

    Permalink
    Definition Classes
    Bindings
  6. case class CG extends Product with Serializable

    Permalink
    Definition Classes
    LibSupport
  7. trait ClassAPI extends ReflectedSymbol[scala.reflect.api.Universe.ClassSymbol]

    Permalink
    Definition Classes
    API
  8. trait ComprehensionCombinatorsAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  9. trait ComprehensionSyntaxAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  10. trait DSCFAnnotationsAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  11. class DataBag$API extends ModuleAPI

    Permalink
    Definition Classes
    API
  12. class DataBagAPI extends ClassAPI

    Permalink
    Definition Classes
    API
  13. type Eq = Unit

    Permalink
    Definition Classes
    AlphaEq
  14. case class FlowGraph[V] extends Product with Serializable

    Permalink
    Definition Classes
    ControlFlow
  15. trait GraphRepresentationAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  16. class Group$API extends ModuleAPI

    Permalink
    Definition Classes
    API
  17. trait GroupAPI extends ClassAPI

    Permalink
    Definition Classes
    API
  18. trait LoopAPI extends AnyRef

    Permalink
    Definition Classes
    Loops
  19. trait ManagedAttr[A <: HList, I <: HList, S <: HList] extends (scala.reflect.api.Universe.Tree) ⇒ ast.AST.Attr[A, I, S]

    Permalink
    Definition Classes
    Transversers
  20. trait Meta extends AnyRef

    Permalink
    Definition Classes
    CommonAST
  21. trait MethodAPI extends AnyRef

    Permalink
    Definition Classes
    Methods
  22. trait ModuleAPI extends ReflectedSymbol[scala.reflect.api.Universe.ModuleSymbol]

    Permalink
    Definition Classes
    API
  23. class MutableBag$API extends ModuleAPI

    Permalink
    Definition Classes
    API
  24. class MutableBagAPI extends ClassAPI

    Permalink
    Definition Classes
    API
  25. case class Neq extends Product with Serializable

    Permalink
    Definition Classes
    AlphaEq
  26. trait Node extends AnyRef

    Permalink
    Definition Classes
    CommonAST
  27. trait NtvAPI extends ModuleAPI

    Permalink
  28. class OpsAPI extends ComprehensionCombinatorsAPI with RuntimeAPI

    Permalink
    Definition Classes
    API
  29. trait ParameterAPI extends AnyRef

    Permalink
    Definition Classes
    Parameters
  30. trait PatternAPI extends AnyRef

    Permalink
    Definition Classes
    Patterns
  31. trait ReflectedSymbol[S <: scala.reflect.api.Universe.Symbol] extends AnyRef

    Permalink
    Definition Classes
    API
  32. trait RuntimeAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  33. trait SparkAPILike extends BackendAPI

    Permalink
  34. trait SparkExpAPI extends ModuleAPI

    Permalink
  35. case class Strategy[A <: HList, I <: HList, S <: HList] extends Product with Serializable

    Permalink
    Definition Classes
    Transversers
  36. trait SymbolAPI extends AnyRef

    Permalink
    Definition Classes
    Symbols
  37. trait TermAPI extends AnyRef

    Permalink
    Definition Classes
    Terms
  38. abstract class Transform[A <: HList, I <: HList, S <: HList] extends scala.reflect.api.Universe.Transformer with ast.AST.ManagedAttr[A, I, S]

    Permalink
    Definition Classes
    Transversers
  39. trait TransverserAPI extends AnyRef

    Permalink
    Definition Classes
    Transversers
  40. abstract class Traversal[A <: HList, I <: HList, S <: HList] extends scala.reflect.api.Universe.Traverser with ast.AST.ManagedAttr[A, I, S]

    Permalink
    Definition Classes
    Transversers
  41. trait TreeAPI extends AnyRef

    Permalink
    Definition Classes
    Trees
  42. trait TypeAPI extends AnyRef

    Permalink
    Definition Classes
    Types
  43. trait ValueAPI extends AnyRef

    Permalink
    Definition Classes
    Values
  44. trait VariableAPI extends AnyRef

    Permalink
    Definition Classes
    Variables
  45. trait emmaAPI extends ModuleAPI

    Permalink
    Definition Classes
    API

Abstract Value Members

  1. abstract def abort(msg: String, pos: scala.reflect.api.Universe.Position): Nothing

    Permalink
    Definition Classes
    CommonAST
  2. abstract def enclosingOwner: scala.reflect.api.Universe.Symbol

    Permalink
    Definition Classes
    CommonAST
  3. abstract def eval[T](code: scala.reflect.api.Universe.Tree): T

    Permalink
    Definition Classes
    CommonAST
  4. abstract def inferImplicit(tpe: scala.reflect.api.Universe.Type): Option[scala.reflect.api.Universe.Tree]

    Permalink
    Definition Classes
    CommonAST
  5. abstract def meta(tree: scala.reflect.api.Universe.Tree): Meta

    Permalink
    Definition Classes
    CommonAST
  6. abstract def meta(sym: scala.reflect.api.Universe.Symbol): Meta

    Permalink
    Definition Classes
    CommonAST
  7. abstract def parse(code: String): scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    CommonAST
  8. abstract def typeCheck(tree: scala.reflect.api.Universe.Tree, typeMode: Boolean): scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    CommonAST
  9. abstract val u: Universe

    Permalink
    Definition Classes
    Compiler → CommonAST
  10. abstract def warning(msg: String, pos: scala.reflect.api.Universe.Position): Unit

    Permalink
    Definition Classes
    CommonAST

Concrete 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. object API

    Permalink
    Definition Classes
    API
  5. object Attr extends Serializable

    Permalink
    Definition Classes
    Transversers
  6. object Backend

    Permalink
    Definition Classes
    Backend
  7. object Comprehension

    Permalink
    Definition Classes
    Comprehension
  8. object ControlFlow

    Permalink
    Definition Classes
    ControlFlow
  9. object Core

    Permalink
    Definition Classes
    Core
  10. lazy val Flags: Set[scala.reflect.api.Universe.FlagSet]

    Permalink
    Definition Classes
    CommonAST
  11. lazy val FlagsNoSynthetic: Set[scala.reflect.api.Universe.FlagSet]

    Permalink
    Definition Classes
    CommonAST
  12. object LibSupport

    Permalink
    Definition Classes
    LibSupport
  13. object Optimizations

    Permalink
    Definition Classes
    Optimizations
  14. object SparkAPI extends SparkAPILike

    Permalink
  15. object SparkAPI2 extends SparkAPILike

    Permalink
  16. object SparkSpecializeSupport

    Permalink
    Definition Classes
    SparkSpecializeSupport
  17. object UniverseImplicits

    Permalink
    Attributes
    protected[org.emmalanguage]
    Definition Classes
    AST
  18. def alphaEq(lhs: scala.reflect.api.Universe.Tree, rhs: scala.reflect.api.Universe.Tree): Or[Eq, Neq]

    Permalink
    Definition Classes
    AlphaEq
  19. object api extends API

    Permalink
    Definition Classes
    AST
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def asSource(title: String)(tree: scala.reflect.api.Universe.Tree): String

    Permalink
    Definition Classes
    AST
  22. def baseConfig: Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Compiler
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def configPaths(tlPath: Option[scala.reflect.api.Universe.Tree]): Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Compiler
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. lazy val fixSymbolTypes: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def identity(typeCheck: Boolean): (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    Common
  32. lazy val implicitTypes: Set[scala.reflect.api.Universe.Type]

    Permalink
    Definition Classes
    SparkCompiler → Compiler
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def loadConfig(paths: Seq[String]): Config

    Permalink
    Attributes
    protected
    Definition Classes
    Compiler
  35. def nameClashes(tree: scala.reflect.api.Universe.Tree): Seq[scala.reflect.api.Universe.TermSymbol]

    Permalink
    Definition Classes
    AST
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. lazy val normalizeStatements: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. def pass: Or[Eq, Neq]

    Permalink
    Definition Classes
    AlphaEq
  41. def pipeline(typeCheck: Boolean, withPre: Boolean, withPost: Boolean)(transformations: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree*): (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    Compiler → Common
  42. lazy val postProcess: Seq[(scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree]

    Permalink
    Definition Classes
    Compiler → Common
  43. lazy val preProcess: Seq[(scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree]

    Permalink
    Definition Classes
    Compiler → Common
  44. lazy val print: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    Compiler
  45. val printAllTrees: Boolean

    Permalink
    Definition Classes
    Compiler
  46. lazy val qualifyStatics: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  47. lazy val removeShadowedThis: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  48. lazy val resolveNameClashes: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  49. lazy val restoreTypeTrees: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  50. lazy val shadowedOwners: Set[scala.reflect.api.Universe.Symbol]

    Permalink
    Definition Classes
    AST
  51. lazy val stubTypeTrees: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  54. lazy val unQualifyStatics: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    AST
  55. def unTypeCheck(tree: scala.reflect.api.Universe.Tree): scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    CommonAST
  56. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SparkSpecializeSupport

Inherited from Compiler

Inherited from Optimizations

Inherited from FoldGroupFusion

Inherited from FoldForestFusion

Inherited from GraphTools

Inherited from ControlFlow

Inherited from CFG

Inherited from Backend

Inherited from Specialization

Inherited from Order

Inherited from Caching

Inherited from Core

Inherited from Trampoline

Inherited from Pickling

Inherited from DSCF

Inherited from DCE

Inherited from CSE

Inherited from CoreValidate

Inherited from Comprehension

Inherited from ReDeSugar

Inherited from Normalize

Inherited from Combination

Inherited from ANF

Inherited from Source

Inherited from SourceValidate

Inherited from PatternMatching

Inherited from Foreach2Loop

Inherited from LibSupport

Inherited from AlphaEq

Inherited from Common

Inherited from compiler.API

Inherited from AST

Inherited from Variables

Inherited from Values

Inherited from Types

Inherited from Trees

Inherited from Transversers

Inherited from Terms

Inherited from Symbols

Inherited from Patterns

Inherited from Parameters

Inherited from Methods

Inherited from Loops

Inherited from Bindings

Inherited from CommonAST

Inherited from AnyRef

Inherited from Any

Ungrouped