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, Reduce, Pickling, DSCF, DCE, CSE, CoreValidate, Comprehension, ReDeSugar, Normalize, Combination, ANF, Source, SourceValidate, PatternMatching, Foreach2Loop, Lib, 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. Reduce
  17. Pickling
  18. DSCF
  19. DCE
  20. CSE
  21. CoreValidate
  22. Comprehension
  23. ReDeSugar
  24. Normalize
  25. Combination
  26. ANF
  27. Source
  28. SourceValidate
  29. PatternMatching
  30. Foreach2Loop
  31. Lib
  32. AlphaEq
  33. Common
  34. API
  35. AST
  36. Variables
  37. Values
  38. Types
  39. Trees
  40. Transversers
  41. Terms
  42. Symbols
  43. Patterns
  44. Parameters
  45. Methods
  46. Loops
  47. Bindings
  48. CommonAST
  49. AnyRef
  50. 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. trait ClassAPI extends ReflectedSymbol[scala.reflect.api.Universe.ClassSymbol]

    Permalink
    Definition Classes
    API
  7. trait ComprehensionCombinatorsAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  8. trait ComprehensionSyntaxAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  9. trait DSCFAnnotationsAPI extends ModuleAPI

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

    Permalink
    Definition Classes
    API
  11. class DataBagAPI extends ClassAPI

    Permalink
    Definition Classes
    API
  12. type Eq = Unit

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

    Permalink
    Definition Classes
    ControlFlow
  14. trait GraphRepresentationAPI extends ModuleAPI

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

    Permalink
    Definition Classes
    API
  16. trait GroupAPI extends ClassAPI

    Permalink
    Definition Classes
    API
  17. trait LoopAPI extends AnyRef

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

    Permalink
    Definition Classes
    Transversers
  19. trait Meta extends AnyRef

    Permalink
    Definition Classes
    CommonAST
  20. trait MethodAPI extends AnyRef

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

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

    Permalink
    Definition Classes
    API
  23. class MutableBagAPI extends ClassAPI

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

    Permalink
    Definition Classes
    AlphaEq
  25. trait Node extends AnyRef

    Permalink
    Definition Classes
    CommonAST
  26. trait NtvAPI extends ModuleAPI

    Permalink
  27. class OpsAPI extends ComprehensionCombinatorsAPI with RuntimeAPI

    Permalink
    Definition Classes
    API
  28. trait ParameterAPI extends AnyRef

    Permalink
    Definition Classes
    Parameters
  29. trait PatternAPI extends AnyRef

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

    Permalink
    Definition Classes
    API
  31. trait RuntimeAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  32. trait SparkExpAPI extends ModuleAPI

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

    Permalink
    Definition Classes
    Transversers
  34. trait SymbolAPI extends AnyRef

    Permalink
    Definition Classes
    Symbols
  35. trait TermAPI extends AnyRef

    Permalink
    Definition Classes
    Terms
  36. 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
  37. trait TransverserAPI extends AnyRef

    Permalink
    Definition Classes
    Transversers
  38. 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
  39. trait TreeAPI extends AnyRef

    Permalink
    Definition Classes
    Trees
  40. trait TypeAPI extends AnyRef

    Permalink
    Definition Classes
    Types
  41. trait ValueAPI extends AnyRef

    Permalink
    Definition Classes
    Values
  42. trait VariableAPI extends AnyRef

    Permalink
    Definition Classes
    Variables
  43. 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 Backend

    Permalink
    Definition Classes
    Backend
  6. object Comprehension

    Permalink
    Definition Classes
    Comprehension
  7. object ControlFlow

    Permalink
    Definition Classes
    ControlFlow
  8. object Core

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

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

    Permalink
    Definition Classes
    CommonAST
  11. object Lib

    Permalink
    Definition Classes
    Lib
  12. object Optimizations

    Permalink
    Definition Classes
    Optimizations
  13. object SparkAPI extends BackendAPI

    Permalink
  14. object SparkSpecializeSupport

    Permalink
    Definition Classes
    SparkSpecializeSupport
  15. object UniverseImplicits

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

    Permalink
    Definition Classes
    AlphaEq
  17. object api extends API

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AlphaEq
  39. 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
  40. lazy val postProcess: Seq[(scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree]

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

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

    Permalink
    Definition Classes
    Compiler
  43. val printAllTrees: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. 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 Reduce

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 Lib

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