Trait

org.emmalanguage.compiler

FlinkCompiler

Related Doc: package compiler

Permalink

trait FlinkCompiler extends Compiler

Linear Supertypes
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. FlinkCompiler
  2. Compiler
  3. Optimizations
  4. FoldGroupFusion
  5. FoldForestFusion
  6. GraphTools
  7. ControlFlow
  8. CFG
  9. Backend
  10. Specialization
  11. Order
  12. Caching
  13. Core
  14. Trampoline
  15. Reduce
  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. Lib
  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. 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. class OpsAPI extends ComprehensionCombinatorsAPI with RuntimeAPI

    Permalink
    Definition Classes
    API
  27. trait ParameterAPI extends AnyRef

    Permalink
    Definition Classes
    Parameters
  28. trait PatternAPI extends AnyRef

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

    Permalink
    Definition Classes
    API
  30. trait RuntimeAPI extends ModuleAPI

    Permalink
    Definition Classes
    API
  31. case class Strategy[A <: HList, I <: HList, S <: HList] extends Product with Serializable

    Permalink
    Definition Classes
    Transversers
  32. trait SymbolAPI extends AnyRef

    Permalink
    Definition Classes
    Symbols
  33. trait TermAPI extends AnyRef

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

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

    Permalink
    Definition Classes
    Trees
  38. trait TypeAPI extends AnyRef

    Permalink
    Definition Classes
    Types
  39. trait ValueAPI extends AnyRef

    Permalink
    Definition Classes
    Values
  40. trait VariableAPI extends AnyRef

    Permalink
    Definition Classes
    Variables
  41. 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 Core

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

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

    Permalink
    Definition Classes
    CommonAST
  10. object FlinkAPI extends BackendAPI

    Permalink
  11. object Lib

    Permalink
    Definition Classes
    Lib
  12. object Optimizations

    Permalink
    Definition Classes
    Optimizations
  13. object UniverseImplicits

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

    Permalink
    Definition Classes
    AlphaEq
  15. object api extends API

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    FlinkCompiler → Compiler
  29. final def isInstanceOf[T0]: Boolean

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

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

    Permalink

    Generates FlinkDataSet.memoizeTypeInfo[T] calls for all required types T in the given tree.

  32. def nameClashes(tree: scala.reflect.api.Universe.Tree): Seq[scala.reflect.api.Universe.TermSymbol]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Compiler
  42. val printAllTrees: Boolean

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

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

    Permalink
    Definition Classes
    AST
  45. def requiredTypeInfos(tree: scala.reflect.api.Universe.Tree): Set[scala.reflect.api.Universe.Type]

    Permalink

    Infers types T in the given tree for which a Flink TypeInformation[T] might be required.

  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 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