Trait

org.emmalanguage.compiler

FlinkCompiler

Related Doc: package compiler

Permalink

trait FlinkCompiler extends Compiler with FlinkBackend with FlinkOptimizations

Linear Supertypes
FlinkOptimizations, FlinkSpecializeLoops, FlinkBackend, Compiler, Optimizations, FoldGroupFusion, FoldForestFusion, Caching, GraphTools, ControlFlow, GenericBackend, GenericSpecialization, Context, Order, 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. FlinkOptimizations
  3. FlinkSpecializeLoops
  4. FlinkBackend
  5. Compiler
  6. Optimizations
  7. FoldGroupFusion
  8. FoldForestFusion
  9. Caching
  10. GraphTools
  11. ControlFlow
  12. GenericBackend
  13. GenericSpecialization
  14. Context
  15. Order
  16. Core
  17. Trampoline
  18. Reduce
  19. Pickling
  20. DSCF
  21. DCE
  22. CSE
  23. CoreValidate
  24. Comprehension
  25. ReDeSugar
  26. Normalize
  27. Combination
  28. ANF
  29. Source
  30. SourceValidate
  31. PatternMatching
  32. Foreach2Loop
  33. Lib
  34. AlphaEq
  35. Common
  36. API
  37. AST
  38. Variables
  39. Values
  40. Types
  41. Trees
  42. Transversers
  43. Terms
  44. Symbols
  45. Patterns
  46. Parameters
  47. Methods
  48. Loops
  49. Bindings
  50. CommonAST
  51. AnyRef
  52. 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[S <: scala.reflect.api.Universe.Symbol] extends ReflectedSymbol[S]

    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 ModuleAPI with ComprehensionCombinatorsAPI[scala.reflect.api.Universe.ModuleSymbol] with RuntimeAPI[scala.reflect.api.Universe.ModuleSymbol]

    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[S <: scala.reflect.api.Universe.Symbol] extends ReflectedSymbol[S]

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

    Permalink
    Definition Classes
    Transversers
  33. trait SymbolAPI extends AnyRef

    Permalink
    Definition Classes
    Symbols
  34. trait TermAPI extends AnyRef

    Permalink
    Definition Classes
    Terms
  35. 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
  36. implicit class TransformationOps extends AnyRef

    Permalink
    Definition Classes
    Compiler
  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 Attr extends Serializable

    Permalink
    Definition Classes
    Transversers
  6. object Comprehension

    Permalink
    Definition Classes
    Comprehension
  7. object Context

    Permalink
    Definition Classes
    Context
  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 FlinkAPI extends BackendAPI

    Permalink
  13. object FlinkBackend

    Permalink
    Definition Classes
    FlinkBackend
  14. object FlinkOptimizations

    Permalink
    Definition Classes
    FlinkOptimizations
  15. object Lib

    Permalink
    Definition Classes
    Lib
  16. object Optimizations

    Permalink
    Definition Classes
    Optimizations
  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. val baseConfig: Seq[String]

    Permalink
    Definition Classes
    FlinkCompiler → 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
    FlinkCompiler → Compiler
  33. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Compiler
  35. def memoizeTypeInfoCalls(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.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val noop: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

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

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

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

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

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

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

    Permalink
    Definition Classes
    Compiler → Common
  47. def prependMemoizeTypeInfoCalls(tree: scala.reflect.api.Universe.Tree): scala.reflect.api.Universe.Tree

    Permalink

    Prepends memoizeTypeInfo calls for TypeInformation[T] instances requried in the given tree.

  48. lazy val print: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
    Definition Classes
    Compiler
  49. val printAllTrees: Boolean

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

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

    Permalink
    Definition Classes
    AST
  52. 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.

  53. lazy val resolveNameClashes: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  59. def transformations(implicit cfg: Config): Seq[(scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree]

    Permalink
  60. lazy val unQualifyStatics: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

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

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

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

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

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

Inherited from FlinkOptimizations

Inherited from FlinkSpecializeLoops

Inherited from FlinkBackend

Inherited from Compiler

Inherited from Optimizations

Inherited from FoldGroupFusion

Inherited from FoldForestFusion

Inherited from Caching

Inherited from GraphTools

Inherited from ControlFlow

Inherited from GenericBackend

Inherited from GenericSpecialization

Inherited from Context

Inherited from Order

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